Function is_utility_command

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