2020-12-12 02:40:19 +08:00
|
|
|
# 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:
|
2022-03-15 23:33:30 +08:00
|
|
|
click-didyoumean: cutoff float 0.5 Possibilities that don't score at least that similar
|
2020-12-12 02:40:19 +08:00
|
|
|
click-didyoumean: to word are ignored.
|
|
|
|
click-didyoumean:
|
|
|
|
click-didyoumean: Homepage: https://pypi.org/project/click-didyoumean/
|