carapace
carapace copied to clipboard
command argument completion generator for spf13/cobra
if no dashcompletion is defined it should fall back to the positional completion
add homedir expansion for shells that support it (`~user/`) similar to zsh static named directories related #553
Files containing `()` are currently truncated: `file()name -> file` ```go 10b4875b54ad7da4f2b6d6e10a7e73a2e219431a is the first bad commit commit 10b4875b54ad7da4f2b6d6e10a7e73a2e219431a Author: rsteube Date: Fri May 27 10:23:09 2022 +0200 ToMultiParts: fix display...
related https://github.com/nushell/nushell/issues/5292 related: https://github.com/crossterm-rs/crossterm/blob/09ffd70c30cd28ee06ef6952e40ec5b2b4eaa57f/src/style/types/color.rs#L172 related: https://github.com/crossterm-rs/crossterm/blob/f523c110a6c65b5428eeb3f582b2bfe527bfc28f/src/style/stylize.rs#L105
Copy `execabs.LookPath` and adapt to us `Context.Env`.