CommandBase constructor

CommandBase(
  1. String cliTitle,
  2. ConsolePrinter consolePrinter
)

Implementation

CommandBase(this.cliTitle, this.consolePrinter);