fix(commands): dispatch pinyin skills alias

This commit is contained in:
Hunter Bown
2026-05-12 23:46:56 -05:00
parent 48fbbcdb19
commit 5aee539ff2
+1 -1
View File
@@ -621,7 +621,7 @@ pub fn execute(cmd: &str, app: &mut App) -> CommandResult {
"goal" | "mubiao" => goal::goal(app, arg),
// Skills commands
"skills" => skills::list_skills(app, arg),
"skills" | "jinengliebiao" => skills::list_skills(app, arg),
"skill" | "jineng" => skills::run_skill(app, arg),
"review" | "shencha" => review::review(app, arg),
"restore" => restore::restore(app, arg),