peterdemin / openai-cli

Command-line client for OpenAI APIs
MIT License
155 stars 30 forks source link

Missing token option #8

Closed moritztim closed 5 months ago

moritztim commented 1 year ago

openai --token "sk-..." Usage: openai [OPTIONS] COMMAND [ARGS]... Try 'openai --help' for help.

Error: No such option: --token

openai -t "sk-..." Usage: openai [OPTIONS] COMMAND [ARGS]... Try 'openai --help' for help.

Error: No such option: --token

quincy451 commented 1 year ago

when I do openai --help I get this: openai --help Usage: openai [OPTIONS] COMMAND [ARGS]...

Options: --help Show this message and exit.

Commands: complete Return OpenAI completion for a prompt from SOURCE. repl Start interactive shell session for OpenAI completion API.

No idea how to get full list of commands as documented.

moritztim commented 1 year ago

That is the full list.

moritztim commented 1 year ago

And btw you commented on an unrelated issue instead of creating a new one, which is confusing