1813d2a662ed36a4ecbd32b3df900d41999741b3
Implement command aliasing in CmdRegistry and update command parsing to resolve aliases. - Added `aliases` field to `CmdRegistry` . - Added `alias()` method to register short names. - Added `resolve()` method to map aliases to canonical names. - Updated `parse()` and `interactive()` to use `resolve()` . - Added unit tests for alias resolution in `src/command/parse.rs` . Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q5_K_XL)
Description
Languages
Rust
98.1%
Python
1.1%
Shell
0.6%
Nix
0.2%