Function is_utility_command¶
Defined in File interactive_mode.h
Function Documentation¶
-
bool is_utility_command(const std::string &cmd)¶
Check if a command is a utility command that needs special handling.
- Parameters:
cmd – Command string to check
- Returns:
true if the command is a utility command, false otherwise