enable cli's bash completion
still haven't gotten it to work but I guess I'll try again
This commit is contained in:
parent
c9a2f3b3d7
commit
285969a269
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,
|
||||||
|
EnableBashCompletion: true,
|
||||||
UseShortOptionHandling: true,
|
UseShortOptionHandling: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue