aboutsummaryrefslogtreecommitdiff
path: root/python/click-didyoumean/slack-desc
diff options
context:
space:
mode:
authorPr. HORSTMANN <wmh@eipg.fr>2020-12-11 18:40:19 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-12 07:09:20 +0700
commit052e5b9e57497ebe42fa62d8c6894d0e8520e682 (patch)
tree9075c91a09ac228cf6ca66bc019e77fb86e02708 /python/click-didyoumean/slack-desc
parentb4810501883a9c178cfd1d988b2f7bbbd588dd5e (diff)
python/click-didyoumean: Added (git-like did-you-mean feature)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/click-didyoumean/slack-desc')
-rw-r--r--python/click-didyoumean/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/click-didyoumean/slack-desc b/python/click-didyoumean/slack-desc
new file mode 100644
index 0000000000..c3cd09ad2b
--- /dev/null
+++ b/python/click-didyoumean/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+click-didyoumean: click-didyoumean (Enable git-like did-you-mean feature in click.)
+click-didyoumean:
+click-didyoumean: Use specific did-you-mean group class for your cli:
+click-didyoumean: Or you it in a CommandCollection:
+click-didyoumean:
+click-didyoumean: max_suggestions int 3 Maximal number of did-you-mean suggestions
+click-didyoumean: There are two configuration for the DYMGroup and DYMCommandCollection:
+click-didyoumean: cutoff float 0.5 Possibilities that don’t score at least that similar
+click-didyoumean: to word are ignored.
+click-didyoumean:
+click-didyoumean: Homepage: https://pypi.org/project/click-didyoumean/