summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* ParameterSource is an Enum subclassAlan Velasco2020-10-072-3/+10
* swap order of instruction stringDavid Lord2020-10-071-22/+18
* don't pass all args to shell_complete methodsDavid Lord2020-10-031-3/+2
* rename autocompletion to shell_completeDavid Lord2020-10-031-3/+4
* return list of CompletionItem objectsDavid Lord2020-10-032-7/+12
* documentation for new shell completion systemAmy2020-10-035-164/+304
* Fixed a copy-paste typo in autocompleteMészáros Máté Róbert2020-08-251-1/+1
* show group.add_command in quickstartgrbd2020-08-131-0/+24
* refactor int, float, and range types with common basesDavid Lord2020-08-121-21/+16
* add an ExitStack to the contextMatthias Urlichs2020-08-091-0/+74
* use sets for bool string checkDavid Lord2020-08-051-4/+4
* Make ``BOOL`` accept the strings "on" and "off". Closes #1629.John T. Wodder II2020-08-051-3/+3
* use pip-compile to pin dev requirementsDavid Lord2020-05-231-4/+0
* Merge branch '7.x'David Lord2020-04-271-1/+1
|\
| * fix typo in options.rstMaximilian Roos2020-04-121-1/+1
* | remove Python 2/3 from docsDavid Lord2020-04-207-236/+128
* | f-strings everywhereDavid Lord2020-04-2010-47/+50
* | remove py2 parts of _compat moduleDavid Lord2020-04-201-0/+5
* | Merge branch '7.x'David Lord2020-03-091-2/+2
|\ \ | |/
| * add readthedocs configDavid Lord2020-03-091-2/+2
* | Merge branch '7.x'David Lord2020-03-082-4/+1
|\ \ | |/
| * apply formattingDavid Lord2020-03-061-1/+0
| * apply blackDavid Lord2020-03-061-3/+1
* | Merge branch '7.x'David Lord2020-03-065-100/+134
|\ \ | |/
| * more clarity for parameter name docsDavid Lord2020-03-062-35/+38
| * correct docs about parameter name selectionAlbertUlysses2020-03-052-6/+15
| * clean up completion docsDavid Lord2020-03-051-61/+91
| * fish completionJonathan Lestrelin2020-03-051-4/+6
| * update project metadataDavid Lord2020-02-272-14/+4
* | Merge branch '7.x'David Lord2020-02-234-7/+10
|\ \ | |/
| * clarify multiple optionsChris Sullins2020-02-234-7/+10
* | Merge pull request #1201 from yu-iskw/modify-docDavid Lord2020-02-231-1/+1
|\ \
| * | Modify the code about the custom multi commands.Yu ISHIKAWA2019-01-071-1/+1
* | | Merge branch '7.x'David Lord2020-02-232-4/+38
|\ \ \ | | |/ | |/|
| * | options for handling command name change in 7.0David Lord2020-02-221-1/+26
| * | document command name replacing "_" with "-"J. Javier Maestro2020-02-221-0/+6
| * | prevent automatic environment variables from containing dashesGregory Pakosz2020-02-221-4/+7
* | | Merge branch '7.x'David Lord2020-02-197-53/+88
|\ \ \ | |/ /
| * | Merge pull request #1451 from syedtshah/patch-1David Lord2020-02-191-1/+1
| |\ \
| | * | fixed typosSyed Shah2020-01-061-1/+1
| * | | 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
| * | | | Merge pull request #1302 from paxnovem/ISSUE-1212David Lord2020-02-161-0/+6
| |\ \ \ \
| | * | | | add note for change in 3.7 encoding handlingBrian Grohe2020-02-161-0/+6
| | |/ / /
| * | | | docs cleanupDavid Lord2020-02-161-13/+12
| * | | | Merge pull request #1316 from strawstack/7.xDavid Lord2020-02-161-31/+27
| |\ \ \ \
| | * | | | Increase readibility of 'why' page in docsRichard2019-05-091-31/+27
| | |/ / /
| * | | | Restore progressbar iterator interface; add testStephen Rosen2020-02-161-0/+10