# 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]`.