Home | History | Annotate | Download | only in Console

Lines Matching refs:Command

85     " <command> [<switches>...] <archive_name> [<file_names>...]\n"

118 " -slt : show technical information for l (List) command\n"
133 static const char *kUserErrorMessage = "Incorrect command line";
486 bool isExtractGroupCommand = options.Command.IsFromExtractGroup();
490 || options.Command.CommandType == NCommandType::kList
491 || options.Command.IsFromUpdateGroup()))
512 || options.Command.CommandType == NCommandType::kHash
513 || options.Command.CommandType == NCommandType::kBenchmark)
526 if (options.Command.CommandType == NCommandType::kInfo)
643 else if (options.Command.CommandType == NCommandType::kBenchmark)
654 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
683 eo.TestMode = options.Command.IsTestCommand();
820 else if (options.Command.IsFromUpdateGroup())
861 else if (options.Command.CommandType == NCommandType::kHash)