-
It would be cool to have tab completion for bash too.
ghost updated
3 years ago
-
The implementation of `bash_completion` is rather patchy atm. There is the `flight-completion` package which reads the `libexec/thor` directory and renders the completion. This way the bash completion…
-
Just wondering why the Cobra standard shell completion support isn't available from this command-line tool. Not super critical, just noticed that `.
-
I've noticed that auto-completion for recipes inside of modules only works in Bash. I'm using Just `1.35.0`.
I've setup two files:
`Justfile`
```
mod bar
```
`bar.just`
```
command:
…
-
bmi's cli doesnt have any form of bash completion, it will be useful for typing image names, etc.
-
The shell now looks identical to Bash! How can I tell which shell I am in? This morning I started in our shell, and I only noticed when git tab completion didn't work (#80) that I am not in Bash.
-
`Ec2.CLI SSH --profile blah --tag blah` makes a ugly error .. Tighten the completion to return a zero length string on error
-
-
Support tab-completing references to series names, git revisions, subcommand names, and options.
The clap argument parser can help generate this, but it doesn't support extending its generated comple…
-
Please add bash completion for optirun. If I type nv, it completes to nvidia (e.g. for nvidia-smi). But if I type optirun nv, it does not complete to nvidia. It should do the same like typing the comm…