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:
bellman
2026-06-05 01:15:00 +09:00
parent 5a76ecb760
commit 2447273d09
2 changed files with 3 additions and 2 deletions

View File

@@ -2671,6 +2671,7 @@ fn suggest_similar_subcommand(input: &str) -> Option<Vec<String>> {
"init",
"export",
"prompt",
"list",
];
let normalized_input = input.to_ascii_lowercase();