| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | f-strings everywhere | David Lord | 2020-04-19 | 1 | -2/+2 |
| | | |||||
| * | clarify where arguments should be documented and add examples | mattsb42 | 2019-08-01 | 1 | -4/+48 |
| | | |||||
| * | Add ability to truncate help text in docstrings. | Robert Pooley | 2018-08-15 | 1 | -0/+34 |
| | | | | | | | | | | | I use docstrings in all of my functions to document function arguments so it makes me sad that I couldn't exclude :param: and other tags from my command help texts. Here I am introducing the ability for Click to truncate help text in docstrings using the \f form feed escaped character. I chose it randomly. | ||||
| * | Clarification on how parameters are named | Doug Harris | 2018-05-15 | 1 | -0/+1 |
| | | |||||
| * | Capitalized instances of Click (addressing #128) | Kevin Yap | 2014-06-14 | 1 | -3/+3 |
| | | |||||
| * | Minor documentation fixes | Kevin Yap | 2014-06-05 | 1 | -10/+11 |
| | | |||||
| * | defaults -> settings | Armin Ronacher | 2014-06-05 | 1 | -2/+2 |
| | | |||||
| * | Added an example for help parameter customization. | Armin Ronacher | 2014-06-05 | 1 | -0/+33 |
| | | |||||
| * | Documentation fixes | Kevin Yap | 2014-06-01 | 1 | -2/+2 |
| | | |||||
| * | More documentation fixes | Kevin Yap | 2014-05-30 | 1 | -15/+15 |
| | | |||||
| * | Docs: minor fixes | Julen Ruiz Aizpuru | 2014-05-07 | 1 | -2/+2 |
| | | |||||
| * | Added support for explicit terminal widths and disabling of rewrapping | Armin Ronacher | 2014-05-06 | 1 | -0/+40 |
| | | |||||
| * | Implemented and exposed click.echo | Armin Ronacher | 2014-04-29 | 1 | -2/+2 |
| | | |||||
| * | More automated docs | Armin Ronacher | 2014-04-26 | 1 | -28/+18 |
| | | |||||
| * | Initial commit | Armin Ronacher | 2014-04-24 | 1 | -0/+98 |
