Function is_directory_command

Function Documentation

bool is_directory_command(const std::string &cmd)

Check if a command is a directory-related command.

Parameters:

cmd – Command string to check

Returns:

true if the command is a directory command, false otherwise