forked from toolshed/abra
feat: support short option handling ("-C -n" -> "-Cn")
This commit is contained in:
@ -166,6 +166,7 @@ func newAbraApp(version, commit string) *cli.Command {
|
|||||||
&AutoCompleteCommand,
|
&AutoCompleteCommand,
|
||||||
},
|
},
|
||||||
EnableShellCompletion: true,
|
EnableShellCompletion: true,
|
||||||
|
UseShortOptionHandling: true,
|
||||||
ShellComplete: autocomplete.SubcommandComplete,
|
ShellComplete: autocomplete.SubcommandComplete,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user