pub trait CommandHandler { // Required method fn execute(&self, config: &mut YamlConfig); }
统一的命令处理 trait