summaryrefslogtreecommitdiff
path: root/docs/options.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-4/+4
|\
| * Docs: fix small mistake in section on callbacksSebastiaan Huber2021-12-261-4/+4
* | show_default doesn't show False default for single boolean flagcAtaman2021-08-051-0/+21
|/
* option callback is invoked when validating prompt valueSaif8073802021-02-241-7/+12
* fix some examples in options docsDavid Lord2021-02-151-27/+36
* Added examples of default to boolean flags section (#1697)lrjball2020-10-231-0/+2
* add ability to provide non-flag option without valueAmy2020-10-121-0/+51
* refactor int, float, and range types with common basesDavid Lord2020-08-121-21/+16
* Merge branch '7.x'David Lord2020-04-271-1/+1
|\
| * fix typo in options.rstMaximilian Roos2020-04-121-1/+1
* | f-strings everywhereDavid Lord2020-04-201-18/+22
|/
* more clarity for parameter name docsDavid Lord2020-03-061-7/+26
* correct docs about parameter name selectionAlbertUlysses2020-03-051-1/+2
* clarify multiple optionsChris Sullins2020-02-231-0/+2
* prevent automatic environment variables from containing dashesGregory Pakosz2020-02-221-4/+7
* Correct mistype in documentationVelibor Zeli2020-02-161-1/+1
* docs note that default for multiple=True should be a listBrad Porter2020-02-161-5/+16
* Merge pull request #1291 from VictoryChang/7.xDavid Lord2020-02-161-0/+4
|\
| * [1289] Advise users not to use prompt in conjunction with multiple in the doc...Victory Chang2019-05-061-0/+4
* | add note regarding change to choices value in 7.1Fernando Perez-Garcia2019-10-181-0/+4
* | Always return originally passed choice for Choice()Kyle Altendorf2019-09-261-2/+10
|/
* use pallets-sphinx-themesDavid Lord2018-08-281-2/+2
* Follow PEP8 recommendation for param naming (#1073)Renne Rocha2018-07-181-3/+3
* Fixes issue #514Robert Graham2018-05-181-1/+10
* Fix issue #725Daw-Ran Liou2018-05-161-0/+22
* Documenting how `auto_envvar_prefix` works with command groupsDoug Harris2018-05-151-0/+27
* Better handling of help text for dynamic default option valuesDoug Harris2018-05-151-0/+28
* Improve docs for Choice type (addresses issue #892) (#900)Stefan Scherfke2018-03-311-0/+5
* Option naming: add test and documentation for existing functionalityEric L Frederich2017-05-221-2/+12
* Fix a bug in the docsTaylor Edmiston2015-10-121-1/+1
* Fixed a bug in the docsArmin Ronacher2015-10-041-1/+1
* Make it possible to define aliases for the secondary option of boolean flags....Armin Ronacher2015-09-151-0/+23
* Document use of a callable for the default value of an optionPaul Moore2015-04-081-0/+21
* Fixed broken docs.Armin Ronacher2015-03-311-3/+3
* Added support for tuple types. This fixes #239Armin Ronacher2015-03-311-0/+36
* Don't use uname in examples. This fixes #268Armin Ronacher2015-03-311-3/+3
* Added --version cross referenceArmin Ronacher2015-02-151-0/+4
* Add links from options -> arguments and back againBrandon W Maister2014-07-011-1/+4
* Capitalized instances of Click (addressing #128)Kevin Yap2014-06-141-14/+14
* fix typoFlorian Friesdorf2014-06-091-1/+1
* Changed wording with respect to context objectsKevin Yap2014-06-011-1/+1
* Standardized capitalization of UnixKevin Yap2014-05-311-1/+1
* Documentation fixesKevin Yap2014-06-011-27/+27
* Docs: minor fixesJulen Ruiz Aizpuru2014-05-311-1/+1
* Improved handling of dos/windows arguments greatly.Armin Ronacher2014-05-311-0/+27
* More documentation fixesKevin Yap2014-05-301-39/+38
* Added resilient parsing to the docsArmin Ronacher2014-05-301-2/+6
* Docs: fixesJulen Ruiz Aizpuru2014-05-281-4/+4
* Added notes on callback changes to the docsArmin Ronacher2014-05-271-0/+10
* Changed parameter callback signature.Armin Ronacher2014-05-271-3/+3