torus-cli icon indicating copy to clipboard operation
torus-cli copied to clipboard

Support tab completion

Open jeffandersen opened this issue 8 years ago • 0 comments

  • The underlying command framework supports dynamic tab completion
    • Though has this bug which we should see solved first, before implementing
    • app.EnableBashCompletion = true in main.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.

jeffandersen avatar Nov 28 '16 13:11 jeffandersen