public NewCommandInputCli(string commandName) { _commandName = commandName; _noTemplateCommand = CommandParserSupport.CreateNewCommandWithoutTemplateInfo(_commandName); _currentCommand = _noTemplateCommand; ExpandedExtraArgsFiles = false; }
public NewCommandInputCli(string commandName) { _commandName = commandName; _noTemplateCommand = CommandParserSupport.CreateNewCommandWithoutTemplateInfo(_commandName); _currentCommand = _noTemplateCommand; }