summaryrefslogtreecommitdiffstats
path: root/python/python3-click-didyoumean/slack-desc
blob: 3555deec4388e8f07a71ed4b6f2e316e290790a2 (plain)
# 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------------------------------------------------------|
python3-click-didyoumean: python3-click-didyoumean (git-like did-you-mean feature in click)
python3-click-didyoumean:
python3-click-didyoumean: Use specific did-you-mean group class for your cli:
python3-click-didyoumean: Or you it in a CommandCollection:
python3-click-didyoumean:
python3-click-didyoumean: max_suggestions int 3 Maximal number of did-you-mean suggestions
python3-click-didyoumean: There are two configuration for the DYMGroup and DYMCommandCollection:
python3-click-didyoumean: cutoff float 0.5 Possibilities that don't score at least that similar
python3-click-didyoumean: to word are ignored.
python3-click-didyoumean:
python3-click-didyoumean: Homepage: https://pypi.org/project/click-didyoumean/