summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This is 0.60.6Armin Ronacher2014-05-071-1/+1
* Added strong support for a defined parameter callback evaluation order.Armin Ronacher2014-05-075-78/+220
* Added a helper method to add help options and refactored the group decorator ...Armin Ronacher2014-05-072-2/+7
* Merge pull request #70 from julen/doc-fixesArmin Ronacher2014-05-072-3/+3
|\
| * Docs: minor fixesJulen Ruiz Aizpuru2014-05-072-3/+3
* | Merge pull request #71 from Christophe31/patch-1Armin Ronacher2014-05-071-1/+1
|\ \
| * | fix a typo.Narbonne2014-05-071-1/+1
| |/
* | Allow the show function of click exceptions to work without context.Armin Ronacher2014-05-071-1/+2
|/
* Removed some dead codeArmin Ronacher2014-05-071-1/+0
* Default count to 0Armin Ronacher2014-05-072-9/+15
* Some smaller doc updatesArmin Ronacher2014-05-071-4/+9
* This is 0.5.10.5.1Armin Ronacher2014-05-071-1/+1
* Fixed a bug in the docsArmin Ronacher2014-05-071-1/+1
* This is 0.50.5Armin Ronacher2014-05-071-1/+1
* Updated inout exampleArmin Ronacher2014-05-071-7/+24
* Allow whitespace after \b for whitespace preservation.Armin Ronacher2014-05-071-1/+1
* Fixed a bug with whitespace preservation.Armin Ronacher2014-05-072-5/+18
* Updated repo script a bitArmin Ronacher2014-05-061-24/+77
* Removed an extra newline.Armin Ronacher2014-05-061-1/+3
* Fixed a bug with rewrapping of options.Armin Ronacher2014-05-061-3/+6
* Added support for requiring with multiples.Armin Ronacher2014-05-062-1/+23
* Reversed logic, pick the long ones before the short onesArmin Ronacher2014-05-061-1/+1
* Fixed last broken commitArmin Ronacher2014-05-061-11/+4
* Always pick first optoin instead of longestArmin Ronacher2014-05-062-2/+3
* Hide defaults by default on help pageArmin Ronacher2014-05-061-5/+3
* Make nargs != 1 be documented by hand, looks nicer.Armin Ronacher2014-05-061-2/+0
* Improved formatting of help pages slightlyArmin Ronacher2014-05-065-16/+31
* This is 0.40.4Armin Ronacher2014-05-061-1/+1
* Added support for explicit terminal widths and disabling of rewrappingArmin Ronacher2014-05-064-10/+129
* Refactored prompts a bitArmin Ronacher2014-05-061-7/+17
* Added another note on file type laziness.Armin Ronacher2014-05-061-0/+4
* Protection against creating invalid keyword arguments.Armin Ronacher2014-05-061-0/+2
* Exposed parserArmin Ronacher2014-05-063-17/+57
* Added notes on no auto correctionArmin Ronacher2014-05-062-0/+18
* Added support for default overrides. This fixes #42Armin Ronacher2014-05-065-6/+92
* Added missing type to docsArmin Ronacher2014-05-061-0/+2
* This is 0.30.3Armin Ronacher2014-05-061-1/+1
* Added notes on missing "+" from argparseArmin Ronacher2014-05-061-0/+11
* Documentation updates for file handlingArmin Ronacher2014-05-061-0/+8
* Added tests for lazy flagsArmin Ronacher2014-05-061-0/+42
* Added lazy file openingArmin Ronacher2014-05-0613-77/+244
* Added count support and int rangesArmin Ronacher2014-05-068-19/+171
* This is 0.20.2Armin Ronacher2014-05-061-1/+1
* Documented alternative prefix charsArmin Ronacher2014-05-061-0/+26
* Added support for alternative prefix charsArmin Ronacher2014-05-064-16/+59
* Further simplified internal parser APIArmin Ronacher2014-05-061-19/+8
* Simplified internal parser APIArmin Ronacher2014-05-062-7/+7
* Converted a list into a tupleArmin Ronacher2014-05-061-1/+1
* Fixed a broken example in the docsArmin Ronacher2014-05-051-1/+1
* Added support for nargs in other placesArmin Ronacher2014-05-055-62/+145