Searched refs:CommandWithOptions (Results 1 – 1 of 1) sorted by relevance
145 struct CommandWithOptions { struct167 std::variant<CommandWithOptions, std::string> parseCommand( in parseCommand()176 return CommandWithOptions{.command = Command::HELP}; in parseCommand()185 CommandWithOptions cmd{.command = it->second}; in parseCommand()374 std::variant<CommandWithOptions, std::string> cmdOrErrorMessage = in handleShellCommand()382 const CommandWithOptions& cmd = in handleShellCommand()383 std::get<CommandWithOptions>(cmdOrErrorMessage); in handleShellCommand()