enable short option merging
This commit is contained in:
parent
bc8eadc65a
commit
4c133f0d0f
1
main.go
1
main.go
|
@ -357,6 +357,7 @@ func main() {
|
||||||
Action: action,
|
Action: action,
|
||||||
Commands: []*cli.Command{do_trash, do_list, do_restore, do_clean},
|
Commands: []*cli.Command{do_trash, do_list, do_restore, do_clean},
|
||||||
Flags: global_flags,
|
Flags: global_flags,
|
||||||
|
UseShortOptionHandling: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := app.Run(os.Args); err != nil {
|
if err := app.Run(os.Args); err != nil {
|
||||||
|
|
Loading…
Reference in a new issue