-
Notifications
You must be signed in to change notification settings - Fork 458
Autocomplete support #576
Copy link
Copy link
Closed
Labels
CLI 💻Related to the command-line interface, such as the cmd, store, etc. commandsRelated to the command-line interface, such as the cmd, store, etc. commandsenhancement 🌟new feature 👍New feature requestNew feature request
Metadata
Metadata
Assignees
Labels
CLI 💻Related to the command-line interface, such as the cmd, store, etc. commandsRelated to the command-line interface, such as the cmd, store, etc. commandsenhancement 🌟new feature 👍New feature requestNew feature request
There is a way to enable shell
[TAB]autocompletion forargparse-driven entry points:https://argcomplete.readthedocs.io/en/latest/.This should be laid out in the build script if we are to give a binary package (see #528) as this introduces a tremendous help in usage.