diff --git a/capture-ai.sh b/capture-ai.sh index 53ecfd9..b4723e9 100644 --- a/capture-ai.sh +++ b/capture-ai.sh @@ -76,9 +76,14 @@ sys.exit(1) python "$HOME/capture-ai/ui.py" ;; + cli) + python3 "$HOME/capture-ai/cli.py" + ;; + *) echo "Usage:" echo " capture-ai.sh image" echo " capture-ai.sh text" + echo " capture-ai.sh cli" ;; esac