pub fn all_command_keywords() -> Vec<&'static str>
所有内置命令的关键字列表(用于判断别名冲突) 统一从 constants::cmd 模块获取,避免多处重复定义