Function is_directory_command¶
- Defined in File interactive_mode.h 
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