microsoft / Codex-CLI

CLI tool that uses Codex to turn natural language commands into their Bash/ZShell/PowerShell equivalents
MIT License
1.99k stars 182 forks source link

Add OAI access check and rename to Codex CLI #97

Closed Vivihung closed 2 years ago

Vivihung commented 2 years ago
Vivihung commented 2 years ago

After this PR that enables the OAI check. I would like to change the parameters to follow bash style. (The current parameter naming style is more a PowerShell way that is descriptive)

what we have today: scripts/zsh_setup.sh --OpenAIOrganizationId <orgid> --OpenAIEngineId <engine>...

Propose to change to: scripts/zsh_setup.sh --o <orgid> --e <engine>...

Will try to make the parameter as -o instead of --o as well.

dluc commented 2 years ago

LGTM -- btw, -o and -e worked in my test