CliCommand constructor

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

Implementation

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