コード例 #1
0
 public NewCommandInputCli(string commandName)
 {
     _commandName           = commandName;
     _noTemplateCommand     = CommandParserSupport.CreateNewCommandWithoutTemplateInfo(_commandName);
     _currentCommand        = _noTemplateCommand;
     ExpandedExtraArgsFiles = false;
 }
コード例 #2
0
 public NewCommandInputCli(string commandName)
 {
     _commandName       = commandName;
     _noTemplateCommand = CommandParserSupport.CreateNewCommandWithoutTemplateInfo(_commandName);
     _currentCommand    = _noTemplateCommand;
 }