carapace
carapace copied to clipboard
command argument completion generator for spf13/cobra
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)...
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
Current version `7.2.2` seems to be broken within docker container which causes tests to fail. Works fine lokally.
only positional arguments are currently completed needs https://github.com/nushell/nushell/issues/5290 needs https://github.com/nushell/nushell/issues/5294
word splitting is currently just a simple split on space needs https://github.com/nushell/nushell/issues/5035