kane-cli version
0.3.1
Operating System
macOS (Apple Silicon)
Installation method
Homebrew
What happened?
Summary
Flag autocompletion suggests -help (single dash), which isn't a valid flag. Accepting it and pressing Enter throws an error and exits the CLI. Only --help (double dash) works.
Steps to reproduce
- Start typing a flag with
-
- The CLI suggests/autocompletes
-help
- Press
TAB → completes to -help
- Press
Enter → error is shown and the CLI closes
Actual behavior
-help is suggested but is invalid
- Running
-help errors out and terminates the CLI session
- Typing
help (no dashes) immediately starts a browser session
- Only
--help works correctly
Expected behavior
- Autocomplete should suggest valid default flags (e.g.
--help), not -help
- Invalid input should show a graceful usage/help message instead of crashing the CLI
Environment
- OS: macOS
- Kane CLI version: not captured
Additional details
No response
Error output / logs
kane-cli version
0.3.1
Operating System
macOS (Apple Silicon)
Installation method
Homebrew
What happened?
Summary
Flag autocompletion suggests
-help(single dash), which isn't a valid flag. Accepting it and pressing Enter throws an error and exits the CLI. Only--help(double dash) works.Steps to reproduce
--helpTAB→ completes to-helpEnter→ error is shown and the CLI closesActual behavior
-helpis suggested but is invalid-helperrors out and terminates the CLI sessionhelp(no dashes) immediately starts a browser session--helpworks correctlyExpected behavior
--help), not-helpEnvironment
Additional details
No response
Error output / logs