CliCommandContract constructor
CliCommandContract(
- ConsoleServiceContract _console,
- String _name,
- String _description,
- List<
String> _args,
Implementation
CliCommandContract(this._console, this._name, this._description, this._args);