Pakket: python3-click-didyoumean (0.3.1-2)
Verwijzigingen voor python3-click-didyoumean
Debian bronnen:
Het bronpakket python-click-didyoumean downloaden:
- [python-click-didyoumean_0.3.1-2.dsc]
- [python-click-didyoumean_0.3.1.orig.tar.gz]
- [python-click-didyoumean_0.3.1-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
enables git-like did-you-mean feature in click
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API.
This package add the feature to do git-like did-you-mean feature in click.
Andere aan python3-click-didyoumean gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x