Add tab auto-completion to commands
Zedd7 opened this issue ยท 1 comments
Enhancement
- Add tab auto-completion to all commands and sub-commands.
Add suggested arguments for some - if not all - commands.
Auto-completion will be limited to commands and sub-commands for now.
Supporting auto-completion for (sub-)command arguments is doable but would be a huge investment for a limited interest, since most commands accept blank arguments and command usages are there for indications on the command syntax.