CommandContext constructor
CommandContext(
- Console console,
- CommandInput input
Implementation
CommandContext(this.console, this.input);
CommandContext(this.console, this.input);