summaryrefslogtreecommitdiff
path: root/docs/options.rst
Commit message (Expand)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-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
* Added validation to docsArmin Ronacher2014-05-251-0/+41
* Docs: fixesJulen Ruiz Aizpuru2014-05-221-4/+4
* Added multi envvar docsArmin Ronacher2014-05-211-0/+37
* Added strong support for a defined parameter callback evaluation order.Armin Ronacher2014-05-071-1/+2
* Some smaller doc updatesArmin Ronacher2014-05-071-4/+9
* Fixed a bug in the docsArmin Ronacher2014-05-071-1/+1
* Always pick first optoin instead of longestArmin Ronacher2014-05-061-1/+2
* Added count support and int rangesArmin Ronacher2014-05-061-7/+44
* Documented alternative prefix charsArmin Ronacher2014-05-061-0/+26
* Implemented and exposed click.echoArmin Ronacher2014-04-291-18/+18