summaryrefslogtreecommitdiff
path: root/docs/commands.rst
Commit message (Collapse)AuthorAgeFilesLines
* rename default branch in filesDavid Lord2021-05-111-1/+1
|
* rename resultcallback to result_callbackDavid Lord2021-04-121-2/+2
|
* f-strings everywhereDavid Lord2020-04-201-5/+5
|
* Merge pull request #1201 from yu-iskw/modify-docDavid Lord2020-02-231-1/+1
|\ | | | | Modify the code about the custom multi commands.
| * Modify the code about the custom multi commands.Yu ISHIKAWA2019-01-071-1/+1
| |
* | Merge branch '7.x'David Lord2020-02-191-6/+15
|\ \ | | | | | | | | | | | | # Conflicts: # CHANGES.rst
| * \ Merge pull request #1451 from syedtshah/patch-1David Lord2020-02-191-1/+1
| |\ \ | | | | | | | | fixed typo
| | * | fixed typosSyed Shah2020-01-061-1/+1
| | | |
| * | | add example of default_map with top level optionMarkus Rossi2020-02-161-4/+12
| | | |
| * | | Updated Multi Chaining commands to address options arguments orderJuan Rodriguez2019-10-101-1/+2
| |/ /
* | | Merge branch '7.x'David Lord2019-08-011-1/+1
|\ \ \ | |/ /
| * | Draw attention to an easy mistake to make Raphaël Gomès2018-11-151-1/+1
| |/ | | | | | | | | | | | | | | | | Hi. I just spent 10 minutes trying to figure out why my very simple code would not work, and this change would have helped me a lot. :D There is an explanation in the "Nesting commands" section, but if you - like me - tried directly going for the "Commands" section, you might run into the same issue I did. Thanks for Click, it's awesome!
* | [doc] typoMoul2019-01-221-1/+1
|/
* Make example work with setup tools entry pointsKaushik Ghose2018-08-161-0/+4
| | | | | | | | | | Add handling for `ctx.obj is None` in an example command, with a comment noting that the handling is there in case of invocations other than the `if __name__ == '__main__'` block. This especially covers setuptools entry points, but other usages as well. Use `ctx.ensure_object` for clarity / as a current best-practice. closes #572
* Fix typo (synching -> syncing)mholtzscher2018-02-091-1/+1
| | | closes #813
* Fix typos in docs (#623)Radovan Bast2017-01-291-1/+1
|
* Update commands.rstJosé Carlos García2016-04-021-1/+1
|
* Disable chain commandsArmin Ronacher2015-11-271-20/+3
|
* Implemented nesting below chain commands.Armin Ronacher2015-11-241-0/+22
|
* We're not rejecting multi commands below chained multi commands. This fixes ↵Armin Ronacher2015-09-151-1/+2
| | | | #415
* Change some it's to its.Gordon Fierce2015-07-211-3/+3
|
* docs typo ouy vs youManu2015-03-061-1/+1
|
* Merge pull request #291 from jhermann/patch-2Markus Unterwaditzer2015-02-051-1/+1
|\ | | | | s/with_context/pass_context/
| * s/with_context/pass_context/Jürgen Hermann2015-02-051-1/+1
| | | | | | Old name of decorator not fixed?
* | Too much context going around… ;)Jürgen Hermann2015-02-051-1/+1
|/ | | I suspect this is a typo.
* Merge branch '3.x-maintenance'Armin Ronacher2014-08-221-9/+8
|\
| * Fixed a doc example.Armin Ronacher2014-08-221-6/+5
| |
| * Fixed `invoked_subcommand`.Armin Ronacher2014-08-221-3/+3
| | | | | | | | | | | | | | | | | | | | This is actually a very painful commit to make because it has to change behavior. On the bright side, this has actually been broken from 3.1 and people have not noticed much yet, so maybe it's not a big deal. The docs also kinda left out the invoked subcommands bit so I presume it is fine. This fixes #205
* | Added some docs on return values from commandsArmin Ronacher2014-08-141-0/+49
|/
* Added pipeline documentation exampleArmin Ronacher2014-08-121-0/+96
|
* Added subcommand chaining.Armin Ronacher2014-08-111-0/+46
|
* Merge pull request #153 from iKevinY/click-renameArmin Ronacher2014-06-261-2/+2
|\ | | | | Capitalized instances of Click (addressing #128)
| * Capitalized instances of Click (addressing #128)Kevin Yap2014-06-141-2/+2
| |
* | Add docs about strict separation of parametersMarkus Unterwaditzer2014-06-211-0/+20
| | | | | | | | | | | | | | | | | | | | This addresses a question raised in #161 and is also kind-of related to #108. The new section could also have been added to /parameters/, but i feel it is more relevant here for users who are starting to learn about subcommands. The behavior is totally irrelevant when writing a program without subcommands, however sophisticated the usage of options and arguments might be.
* | Fix typo in docsMarkus Unterwaditzer2014-06-211-3/+3
|/
* defaults -> settingsArmin Ronacher2014-06-051-2/+2
|
* Cleaned up context defaults and documented them.Armin Ronacher2014-06-051-0/+40
|
* Documentation fixesKevin Yap2014-06-011-7/+7
|
* Documentation fixesKevin Yap2014-05-301-35/+34
|
* Fix typo error in Merging Multi Commands example.Jezeniel Zapanta2014-05-281-1/+1
| | | Possible typo error on the documentation example.
* Fixed a broken exampleArmin Ronacher2014-05-211-1/+1
|
* Added support for default overrides. This fixes #42Armin Ronacher2014-05-061-0/+47
|
* Docs: removed duplicated wordJulen Ruiz Aizpuru2014-05-021-3/+3
|
* Moved the command invoke docsArmin Ronacher2014-04-301-38/+0
|
* Added support for command forwarding.Armin Ronacher2014-04-301-0/+38
|
* Implemented and exposed click.echoArmin Ronacher2014-04-291-6/+6
|
* Implemented basic command collectionsArmin Ronacher2014-04-291-0/+49
|
* Some small fixes for problemsArmin Ronacher2014-04-281-1/+1
|
* More automated docsArmin Ronacher2014-04-261-29/+20
|
* Merge pull request #27 from epequeno/docs-editsArmin Ronacher2014-04-261-2/+2
|\ | | | | edits to arguments.rst and commands.rst