openai/openai-python
Add shell auto completion for different shell, like bash, zsh, fish, powershell
开放
#843 创建于 2023年11月17日
CLIenhancementgood first issue
仓库指标
- 星标
- (19,533 个星标)
- PR 合并指标
- (平均合并 3天 1小时) (30 天内合并 10 个 PR)
描述
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
I would like to have shell auto completion support to cli in this python library, which will make cli a more useful tool to play around with openai.
Other examples:
- GitHub CLI: https://cli.github.com/manual/gh_completion
- Stripe CLI: https://stripe.com/docs/stripe-cli/autocomplete
Additional context
No response