cli/command library

Classes

Command
An action, callable by a user of the command line environment.
CommandInformation
Information about the context of execution of a command line prompt.

Functions

runCommand(Command command, [List<String> rawArguments = const [], List<Flag> globalFlags = const []]) Future<int>
Executes a Command with the arguments of the command line.