CliCommandContract constructor

CliCommandContract(
  1. ConsoleServiceContract _console,
  2. String _name,
  3. String _description,
  4. List<String> _args,
)

Implementation

CliCommandContract(this._console, this._name, this._description, this._args);