CommandContext constructor

CommandContext(
  1. Console console,
  2. CommandInput input
)

Implementation

CommandContext(this.console, this.input);