feat: support short option handling ("-C -n" -> "-Cn")

This commit is contained in:
2024-07-09 16:17:36 +02:00
parent ef547aed25
commit 878247e46d

View File

@ -166,6 +166,7 @@ func newAbraApp(version, commit string) *cli.Command {
&AutoCompleteCommand,
},
EnableShellCompletion: true,
UseShortOptionHandling: true,
ShellComplete: autocomplete.SubcommandComplete,
}