summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Update unit test to satisfy python3.10+Joel Capitao2021-06-151-1/+1
* Handle SIGPIPE exit gracefullyZane Bitter2021-06-072-0/+48
* Replace getargspec with getfullargspeclikui2021-05-134-14/+6
* requirements: Uncap PrettyTablewallaby-em3.7.0Stephen Finucane2021-02-111-10/+3
* Merge "Add '--sort-ascending', '--sort-descending' parameters"Zuul2021-02-102-21/+61
|\
| * Add '--sort-ascending', '--sort-descending' parametersStephen Finucane2021-01-292-21/+61
* | Merge "Make 'FormattableColumn' comparable"Zuul2021-02-102-0/+18
|\ \ | |/
| * Make 'FormattableColumn' comparableStephen Finucane2021-01-292-0/+18
* | Merge "Handle null values when sorting"Zuul2021-02-092-7/+72
|\ \ | |/
| * Handle null values when sortingStephen Finucane2021-01-292-7/+72
* | Remove unicode from codexuanyandong2021-01-284-8/+8
|/
* Merge "Remove six"Zuul2020-11-1824-320/+94
|\
| * Remove sixxuanyandong2020-10-2924-320/+94
* | columns: Make 'FormattableColumn' comparableStephen Finucane2020-11-041-3/+6
|/
* Remove references to setuptoolsStephen Finucane2020-10-221-5/+3
* Document KeyboardInterrupt exit codeZane Bitter2020-09-091-3/+7
* Exit gracefully on Ctrl-CZane Bitter2020-09-092-16/+59
* change help action to use its own exception for exitDoug Hellmann2020-09-093-8/+20
* Capturing argparse errors due to problem with cmd2Thiago Paiva Brito2020-08-281-0/+4
* switch to stevedore for loading entry pointsvictoria-em3.4.0Doug Hellmann2020-07-053-22/+22
* Remove cap on cmd23.3.0Rodolfo Alonso Hernandez2020-06-121-0/+10
* Merge "Fix compatibility with new cmd2"Zuul2020-06-101-3/+12
|\
| * Fix compatibility with new cmd2Felix Yan2020-06-091-3/+12
* | Import command group support from osc-libMonty Taylor2020-06-072-0/+114
|/
* Remove unneeded testsMonty Taylor2020-06-061-36/+0
* Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* Use unittest.mock instead of third party mockwu.chunyang2020-05-2713-17/+17
* Fix nested argument groups with ignore conflict handlerMark Goddard2020-02-202-30/+72
* Add autoprogram_cliff_app_dist_name config optEric Fried2019-11-142-2/+8
* Merge "Allow finding command by partial name"Zuul2019-10-022-1/+76
|\
| * Allow finding command by partial name2.17.0Andrey Volkov2018-03-152-1/+76
* | Merge "Add an errexit attribute to InteractiveApp to exit on command errors"Zuul2019-10-024-21/+55
|\ \
| * | Add an errexit attribute to InteractiveApp to exit on command errorsDean Troyer2019-05-044-21/+55
* | | Merge "Modify the help message of `-c`/`--column` parameter"Zuul2019-10-021-1/+2
|\ \ \
| * | | Modify the help message of `-c`/`--column` parameteryanpuqing2019-07-261-1/+2
* | | | Stop wildcard importing argparseStephen Finucane2019-05-092-24/+24
|/ / /
* | | Merge "Missing carriage return in some cases, using -f json"Zuul2019-05-051-0/+1
|\ \ \ | |/ / |/| |
| * | Missing carriage return in some cases, using -f jsonYossi Ovadia2019-01-231-0/+1
* | | Merge "add argparse conflict handler "ignore""Zuul2019-05-043-5/+106
|\ \ \ | |/ / |/| |
| * | add argparse conflict handler "ignore"Doug Hellmann2018-02-013-5/+106
* | | Don't try to run issubclass on non-classes2.14.0Monty Taylor2018-10-311-0/+3
* | | Removed unused err variableTony Breeds2018-10-311-1/+0
* | | Assure executable name is kept when app is called as moduleSorin Sbarnea2018-06-281-1/+4
* | | support cmd2 0.9.1 in interactive modeDoug Hellmann2018-05-311-5/+27
* | | Merge "Remove the warning of getargspec removal"Zuul2018-03-264-6/+14
|\ \ \
| * | | Remove the warning of getargspec removalHongbin Lu2018-03-144-6/+14
| | |/ | |/|
* | | fix typos in documentationmelissaml2018-03-231-2/+2
|/ /
* | Merge "Fix cmd2 doc URL"Zuul2018-03-101-1/+1
|\ \
| * | Fix cmd2 doc URLMasayuki Igawa2018-02-261-1/+1
* | | Align parsed() call with cmd2 versions >= 0.7.3Corey Bryant2018-03-061-1/+7
|/ /