forked from toolshed/abra
feat: support short option handling ("-C -n" -> "-Cn")
This commit is contained in:
parent
ef547aed25
commit
878247e46d
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user