1. Description
aigit cannot display version with -v/-version/--version
2. Version
git commit id: 8fdd3df
3. Reproduce
./aigit -version
Error: unknown shorthand flag: 'v' in -version
Usage:
aigit [command]
Available Commands:
auth Manage LLM providers and API keys
commit Generate git commit message including title and body
completion Generate the autocompletion script for the specified shell
help Help about any command
version Print the version of aigit
Flags:
-h, --help help for aigit
Use "aigit [command] --help" for more information about a command.
unknown shorthand flag: 'v' in -version
./aigit --version
Error: unknown flag: --version
Usage:
aigit [command]
Available Commands:
auth Manage LLM providers and API keys
commit Generate git commit message including title and body
completion Generate the autocompletion script for the specified shell
help Help about any command
version Print the version of aigit
Flags:
-h, --help help for aigit
Use "aigit [command] --help" for more information about a command.
unknown flag: --version
./aigit -v
Error: unknown shorthand flag: 'v' in -v
Usage:
aigit [command]
Available Commands:
auth Manage LLM providers and API keys
commit Generate git commit message including title and body
completion Generate the autocompletion script for the specified shell
help Help about any command
version Print the version of aigit
Flags:
-h, --help help for aigit
Use "aigit [command] --help" for more information about a command.
unknown shorthand flag: 'v' in -v
1. Description
aigitcannot displayversionwith-v/-version/--version2. Version
git commit id: 8fdd3df
3. Reproduce