package
0.50.2
Repository: https://github.com/rsteube/carapace.git
Documentation: pkg.go.dev

# Functions

ActionRawValues formats values for bash.
No description provided by the author
Patch patches args if `COMP_LINE` environment variable is set.
Snippet creates the bash completion script.

# Constants

‘@’, to list completions if the word is not unmodified.
‘!’, for listing alternatives on partial word completion,.
‘?’, for listing completions after successive tabs,.
‘%’, for menu completion.
TAB, for normal completion.

# Structs

RedirectError current position is a redirect like `echo test >[TAB]`.