[ ソース: python-click-didyoumean ]
パッケージ: python3-click-didyoumean (0.3.0-2)
python3-click-didyoumean に関するリンク
Debian の資源:
python-click-didyoumean ソースパッケージをダウンロード:
- [python-click-didyoumean_0.3.0-2.dsc]
- [python-click-didyoumean_0.3.0.orig.tar.gz]
- [python-click-didyoumean_0.3.0-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
- Wrapper around optparse for command line utilities - Python 3.x