parse method
Parse the given CompletionState into a CompletionResult given the
structure of commands and options declared by the CLIs ArgParser
.
Implementation
List<CompletionResult> parse() => _parse().toList();
Parse the given CompletionState into a CompletionResult given the
structure of commands and options declared by the CLIs ArgParser
.
List<CompletionResult> parse() => _parse().toList();