GlobalCommand constructor

GlobalCommand(
  1. List<String> args,
  2. Future<int> _run(
    1. GlobalCommand command,
    2. List<Project> projects
    )
)

Constructor

Implementation

GlobalCommand(super.args, this._run) : super(silent: false);