Remove "-v" shortcut for "version" argument, as it does not work with Powershell completion; remove "-h" visual option for "help" for consistency

This commit is contained in:
2024-07-05 21:41:18 -04:00
parent 6511ac6b6a
commit b757cdc30d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ func main() {
cli.HelpGen()
case "add":
cli.HelpAdd()
case "version", "-v":
case "version":
cli.Version()
default:
cli.HelpMain()