CommomCommandsController constructor

CommomCommandsController(
  1. IUpgradeCLI _iUpgradeCLI,
  2. IGetVersionCli _getVersionCli,
  3. IHelpCommand _helpCommand,
  4. IAskQuestion _askFistQuestion,
)

Implementation

CommomCommandsController(
  this._iUpgradeCLI,
  this._getVersionCli,
  this._helpCommand,
  this._askFistQuestion,
);