completion library

Constants

completionCommandName → const String
The string 'completion' used to denote that arguments provided to an app are for command completion.

Functions

generateCompletionScript(List<String> binaryNames) String
tryArgsCompletion(List<String> mainArgs, ArgParser parser, {bool? logFile}) → ArgResults
tryCompletion(List<String> args, List<String> completer(List<String> args, String compLine, int compPoint), {bool? logFile}) → void