Skip to main content

Module context

Module context 

Source
Expand description

Branch-local command parse state.

Structsยง

ArgumentSuggestionContext ๐Ÿ”’
Parsed state available while an argument provides completions.
CommandContext ๐Ÿ”’
Immutable parsed input supplied to commands and redirect modifiers.
ParseError ๐Ÿ”’
One failed candidate node from a command parse.
ParseResults ๐Ÿ”’
The best branch produced by parsing a command input.
ParsedArgument ๐Ÿ”’
ParsedArguments ๐Ÿ”’
ParsedCommandContext ๐Ÿ”’
The successful portion of one command parse branch.
ParsedCommandNode ๐Ÿ”’
A command node and the input range it consumed.
SuggestionContext ๐Ÿ”’