carapace icon indicating copy to clipboard operation
carapace copied to clipboard

command argument completion generator for spf13/cobra

Results 63 carapace issues
Sort by recently updated
recently updated
newest added

Support tinygo for minimal sized standalone completers and carapace-spec. - build with `tinygo build -no-debug -panic=trap -gc=leaking` ([Optimizing binaries](https://tinygo.org/docs/guides/optimizing-binaries/)) - `strip` binary - compress with `upx -9` - reduce [carapace-pflag](https://github.com/rsteube/carapace-pflag)...

enhancement

Either Traverse or sth. with PreInvoke causes https://github.com/rsteube/carapace-bin/issues/1071 https://github.com/rsteube/carapace/compare/v0.19.7...v0.20.0

bug

fix `example action -o=`

bug

Current version `7.2.2` seems to be broken within docker container which causes tests to fail. Works fine lokally.

bug
powershell

only positional arguments are currently completed needs https://github.com/nushell/nushell/issues/5290 needs https://github.com/nushell/nushell/issues/5294

bug
nushell

word splitting is currently just a simple split on space needs https://github.com/nushell/nushell/issues/5035

bug
nushell