torus-cli
torus-cli copied to clipboard
Support tab completion
- The underlying command framework supports dynamic tab completion
- Though has this bug which we should see solved first, before implementing
app.EnableBashCompletion = trueinmain.go
- Need to figure out how this integrates with distribution channels
- Will it automatically add the bash completion during install? How do disable it?
- How do we make manual install easy?
First step would be tab completion of commands.
Second step, once we've begun caching locally, would be tab completing object names.