argcomplete 3.5.1
0
Bash tab completion for argparse
Contents
Bash tab completion for argparse
Stars: 1414, Watchers: 1414, Forks: 134, Open Issues: 64The kislyuk/argcomplete
repo was created 11 years ago and the last code push was 6 days ago.
The project is very popular with an impressive 1414 github stars!
How to Install argcomplete
You can install argcomplete using pip
pip install argcomplete
or add it to a project with poetry
poetry add argcomplete
Package Details
- Author
- Andrey Kislyuk
- License
- Apache Software License
- Homepage
- https://github.com/kislyuk/argcomplete
- PyPi:
- https://pypi.org/project/argcomplete/
- Documentation:
- https://kislyuk.github.io/argcomplete
- GitHub Repo:
- https://github.com/kislyuk/argcomplete
Classifiers
- Software Development
- Software Development/Libraries/Python Modules
- System/Shells
- Terminals
Related Packages
Errors
A list of common argcomplete errors.
Code Examples
Here are some argcomplete
code examples and snippets.
GitHub Issues
The argcomplete package has 64 open issues on GitHub
- Global completion mode always set to
_minimal