-
### Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- [X] This is a feature request for the Python library
### Describe the feature or improvement you're …
-
As we are moving toward a pretty stable set of command line options, I think it would be nice to provide completions for common shells.
If folks are interested in this I can start working on this …
-
**What happened**:
Type `kubectl` command and invoke [TAB] completion after the "-" prefix .
```
kubectl get pod -l 'app in(test)' -[TAB]
```
**What you expected to happen**:
Expected to s…
-
Would be nice to generate autocompletion scripts for bash/zsh/fish/nushell etc, like clap-rs: https://github.com/clap-rs/clap/blob/master/clap_complete/examples/completion.rs
-
It would be nice to have an easy way of installing bash completions from optparse-applicative.
We've added a small post install script to our own CLI tools with a module like the following:
```n…
-
## Describe the feature/solution
Hello team, I'm considering pulling the bash completion files (as do zsh and fish fwiw) in the upstream kmod project. At a glance, a few questions come up:
- is t…
-
**Describe the bug**
cant install through npm
**To Reproduce**
npm install -g fish-lsp
install fish-lsp globally
**Screenshots**
**Please complete the following information:**
- OS: …
-
**Description**
Salt autocompletion fails with Fish shell
**Setup**
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Pl…
-
Fish shell comes with completions so I suggest to move the completions to the fish shell repository. I will make a pull request with your completions to fish-shell. Feel free to comment here https://g…
Hunsu updated
3 years ago
-
I have changed the initialisation line in my config.fish file from
`source (jenv init -|psub)`
to
`source (jenv init -| tail -n +2 | psub)`
to prevent `~/.jenv/shims` from being added to my pat…