public HelpCommand(IComponentContext context) { _commands = context.GetCommands(); }
public Terminal(ICommandDispatcher commandDispatcher, IComponentContext context) { _commandDispatcher = commandDispatcher; _commands = context.GetCommands(); }