Skip to content

CLI: Auto complete for all the arguments #103

Description

@aidin36

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions