NonstopCliCommandRunner class
A CommandRunner for the CLI.
$ nonstop --version
Constructors
- NonstopCliCommandRunner({Logger? logger, PubUpdater? pubUpdater})
- 
          A CommandRunnerfor the CLI.
Properties
- argParser → ArgParser
- 
  The top-level argument parser.
  no setterinherited
- 
  commands
  → Map<String, Command< int> >
- 
  An unmodifiable view of all top-level commands defined for this runner.
  no setterinherited
- completionInstallation → CompletionInstallation
- 
  The CompletionInstallationused to install completion files.no setterinherited
- completionInstallationLogger → Logger
- 
  The Loggerused to display messages during completion installation.finalinherited
- completionLogger → Logger
- 
  The Loggerused to prompt the completion suggestions.finalinherited
- description → String
- 
  A short description of this executable.
  finalinherited
- enableAutoInstall → bool
- 
  Define whether the installation of the completion files should done
automatically upon the first command run.
  no setterinherited
- 
  environmentOverride
  ↔ Map<String, String> ?
- 
  Environment map which can be overridden for testing purposes.
  getter/setter pairinherited
- executableName → String
- 
  The name of the executable being run.
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- invocation → String
- 
  A single-line template for how to invoke this executable.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- suggestionDistanceLimit → int
- 
  The maximum edit distance allowed when suggesting possible intended
commands.
  finalinherited
- systemShell → SystemShell?
- 
  The SystemShellused to determine the current shell.no setterinherited
- usage → String
- 
  Generates a string displaying usage information for the executable.
  no setterinherited
- 
  An optional footer for usage.no setterinherited
Methods
- 
  addCommand(Command< int> command) → void
- 
  Adds Commandas a top-level command to this runner.inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  parse(Iterable< String> args) → ArgResults
- 
  Parses argsand returns the result, converting anArgParserExceptionto aUsageException.inherited
- 
  printUsage() → void 
- 
  Prints the usage information for this runner.
  override
- 
  renderCompletionResult(CompletionResult completionResult) → void 
- 
  Renders a CompletionResultinto the current system shell.inherited
- 
  run(Iterable< String> args) → Future<int> 
- 
  Parses argsand invokesCommand.runon the chosen command.override
- 
  runCommand(ArgResults topLevelResults) → Future< int?> 
- 
  Runs the command specified by topLevelResults.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  usageException(String message) → Never 
- 
  Throws a UsageExceptionwithmessage.inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited