Yedaya Katsman
Yedaya Katsman
This was missing from the help and man page, but worked for a while.
Fixes: https://github.com/scop/bash-completion/issues/98
### Please complete the following tasks * [x] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) * [x] I have searched the existing issues ### Rust Version rustc 1.77.2 (25ef9e3d8 2024-04-09) ### Clap...
Currently preexec doesn't run on commented out commands, since they aren't included in `$BASH_COMMAND`. This means that tools like [atuin](https://github.com/atuinsh/atuin) don't know about them, see [here](https://forum.atuin.sh/t/is-there-a-way-to-see-commented-out-commands/305). It will be great...
v0.1.0 doesn't work by default, at least in minikube. It fails with this error: Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by...
This uses the last 3.x clap_complete version, which matches the currently used clap version (regarding MSRV). Note the TODO I left, not sure what to do about that.