There can be auto-complete for all the arguments of CLI. For example, when I write tocc --tag and press the tab, it complete the command to tocc --tags-statistics.
It can also be more smarter. Have you seen git auto-complete? If you type git checkout iss and press tab, it will complete to git checkout issue12 (assume that you have a issue12 branch).
Tocc's CLI can auto-complete things like tags, for example when I write tocc --query tag=bo and press double tab, it can list all available tags started with bo.
There can be auto-complete for all the arguments of CLI. For example, when I write
tocc --tagand press the tab, it complete the command totocc --tags-statistics.It can also be more smarter. Have you seen
gitauto-complete? If you typegit checkout issand press tab, it will complete togit checkout issue12(assume that you have aissue12branch).Tocc's CLI can auto-complete things like tags, for example when I write
tocc --query tag=boand press double tab, it can list all available tags started withbo.