mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-05 14:07:11 +08:00
fix: add list to KNOWN_SUBCOMMANDS and close ROADMAP 454-455
Added list to KNOWN_SUBCOMMANDS so claw list is caught by typo suggestion instead of falling through to CliAction::Prompt. Also verified #455 (missing_credentials hint already newline-delimited). Generated with https://github.com/Yeachan-Heo/gajae-code Co-authored-by: Gajae Code <dev@gajae-code.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2671,6 +2671,7 @@ fn suggest_similar_subcommand(input: &str) -> Option<Vec<String>> {
|
||||
"init",
|
||||
"export",
|
||||
"prompt",
|
||||
"list",
|
||||
];
|
||||
|
||||
let normalized_input = input.to_ascii_lowercase();
|
||||
|
||||
Reference in New Issue
Block a user