Finish completion
See dclish/completer.go
to add completion for flags and command
arguments.
In addition, the existing completer isn't great at dealing with
partial commands. So for example show priv<tab>
works as expected,
but sho priv<tab>
does not.