cli library

Classes

BoolFlag
A flag representing a boolean value.
Check
Ensures the availability of the received programs. It searches in the file system, the systems path variable and in the command line.
Command
An action, callable by a user of the command line environment.
CommandInformation
Information about the context of execution of a command line prompt.
Flag<T>
A flag is the base representation of a property given at the command line.
Install
Response
A Response is a message send by a working unit, to communicate with its user.
Shell
Executes a program in the systems command line.
TextFlag
A flag that contains a String as it's value.

Enums

Level
Represents the importance of its Response.

Properties

executableExtension String
final

Functions

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