[ 源代码: python-click-didyoumean ]
软件包:python3-click-didyoumean(0.3.1-2)
python3-click-didyoumean 的相关链接
Debian 的资源:
下载源码包 python-click-didyoumean:
- [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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-click-didyoumean 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x