summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Removing helper functions providing Python < 3.3 compatibilityHEAD4.3.0masterJiri Podivin2023-03-013-68/+20
* Strip trailing periods when getting description4.2.0Stephen Finucane2022-12-122-3/+3
* Merge "columns: Useful __str__, __repr__ implementation"4.1.0Zuul2022-10-042-3/+23
|\
| * columns: Useful __str__, __repr__ implementationStephen Finucane2022-10-032-3/+23
| * Merge "Removing brackets around tested conditional"4.0.0Zuul2022-08-041-1/+1
| |\
| | * Removing brackets around tested conditionalJiri Podivin2022-08-041-1/+1
* | | Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-042-3/+5
|/ /
* | Remove final use of pkg_resourcesStephen Finucane2022-07-151-17/+7
* | Defer loading PyYAMLStephen Finucane2022-05-251-2/+6
* | Defer loading cmd2Stephen Finucane2022-05-251-3/+6
|/
* Merge "Automatically page interactive root help output"3.10.0Zuul2021-09-201-3/+11
|\
| * Automatically page interactive root help outputZane Bitter2021-07-121-3/+11
* | Merge "Colourise and automatically page help output"xena-em3.9.0Zuul2021-08-062-38/+56
|\ \ | |/
| * Colourise and automatically page help outputZane Bitter2021-07-122-38/+56
* | Merge "Update unit test to satisfy python3.10+"Zuul2021-08-061-1/+1
|\ \
| * | Update unit test to satisfy python3.10+Joel Capitao2021-06-151-1/+1
| |/
* | Merge "Add conflict_handler parameter as attribut in Command class"Zuul2021-07-202-1/+48
|\ \ | |/ |/|
| * Add conflict_handler parameter as attribut in Command classmatbu2021-06-042-1/+48
* | 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