mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-27 20:36:29 -04:00
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:
@@ -174,7 +174,7 @@ func main() {
|
||||
cli.HelpGen()
|
||||
case "add":
|
||||
cli.HelpAdd()
|
||||
case "version", "-v":
|
||||
case "version":
|
||||
cli.Version()
|
||||
default:
|
||||
cli.HelpMain()
|
||||
|
||||
@@ -21,8 +21,8 @@ This program comes with absolutely no warranty; type "mutn version" for details.
|
||||
` + AnsiBold + "Usage:" + backend.AnsiReset + ` mutn [/<entry name> [argument] [option]] | [argument]
|
||||
|
||||
` + AnsiBold + "Arguments:" + backend.AnsiReset + `
|
||||
help|-h Bring up this menu
|
||||
version|-v Display version and license information
|
||||
help Bring up this menu
|
||||
version Display version and license information
|
||||
init Set up MUTN (generates libmutton.ini)
|
||||
tweak Change configuration options
|
||||
copy Copy details of an entry to your clipboard
|
||||
|
||||
Reference in New Issue
Block a user