summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Align parsed() call with cmd2 versions >= 0.7.32.8.2Corey Bryant2018-06-291-1/+7
* Fix codec error when format=csv2.8.1John Dennis2017-12-064-7/+122
* Fix PEP8 in gateKien Nguyen2017-12-062-14/+14
* add tests for display command classes and hooks2.8.0Doug Hellmann2017-07-061-0/+102
* Run hooks for DisplayCommandBaseRajath Agasthya2017-07-062-2/+28
* Merge "add --fit-width option to table formatter"Jenkins2017-07-052-12/+40
|\
| * add --fit-width option to table formatterDoug Hellmann2017-07-052-12/+40
* | sphinxext: Add 'application' option to the autoprogram directiveAkihiro Motoki2017-07-031-1/+3
|/
* Merge "sphinext: Use metavar where possible"Jenkins2017-06-302-4/+23
|\
| * sphinext: Use metavar where possibleStephen Finucane2017-06-082-4/+23
* | Merge "Fix erroneous line in command hook test"Jenkins2017-06-301-1/+1
|\ \
| * | Fix erroneous line in command hook testRajath Agasthya2017-06-301-1/+1
* | | make smart help formatter test deterministicDoug Hellmann2017-06-301-0/+14
|/ /
* | add before and after hooksDoug Hellmann2017-06-303-1/+47
* | add hook for get_epilogDoug Hellmann2017-06-303-2/+24
* | add hook for manipulating the argument parserDoug Hellmann2017-06-303-0/+174
* | pass the command name from HelpCommandDoug Hellmann2017-06-291-2/+9
* | Merge "add cmd_name argument to CompleteCommand"Jenkins2017-06-291-2/+2
|\ \
| * | add cmd_name argument to CompleteCommandDoug Hellmann2017-05-251-2/+2
* | | Merge "sphinxext: Use 'argparse.description', 'argparse.epilog'"Jenkins2017-06-292-34/+63
|\ \ \ | | |/ | |/|
| * | sphinxext: Use 'argparse.description', 'argparse.epilog'Stephen Finucane2017-06-082-34/+63
* | | Adjust completenames tests for cmd2 0.7.3+Dirk Mueller2017-06-282-3/+4
|/ /
* | sphinxext: Allow configuration of ignorable optionsStephen Finucane2017-06-061-6/+19
* | sphinxext: Generate better usage examplesStephen Finucane2017-05-302-3/+78
* | Ensure python standard argparse module is loadedAkihiro Motoki2017-05-203-5/+5
|/
* covert test suite to use testrepository2.7.0Doug Hellmann2017-04-2318-1932/+2044
* Merge "Add smart help formatter for command parser"Jenkins2017-04-202-0/+69
|\
| * Add smart help formatter for command parserRui Chen2017-04-142-0/+69
* | Add support for epilogsStephen Finucane2017-04-072-0/+18
* | Add 'autoprogram-cliff' Sphinx directiveStephen Finucane2017-04-072-0/+359
|/
* Update cmd2 fix to still work with 0.6.7Dean Troyer2017-03-141-2/+11
* Fix broken test with cmd2 0.7.0Dean Troyer2017-03-131-2/+2
* Add newline if the output formatter is jsonshizhihui2016-11-151-0/+1
* Merge "Fix command order"Jenkins2017-01-032-8/+28
|\
| * Fix command orderEyal Posener2017-01-032-8/+28
* | Add print_empty parameterRuslan Aliev2016-11-212-10/+37
* | Merge "Fix spelling mistake"Jenkins2016-11-151-1/+1
|\ \
| * | Fix spelling mistakedineshbhor2016-10-261-1/+1
* | | Merge "Show entire command in error message"Jenkins2016-11-151-1/+1
|\ \ \
| * | | Show entire command in error messageJaspreet Singh Rawel2016-11-091-1/+1
| |/ /
* | | Merge "Replace dashes and colons when using bash formatter"Jenkins2016-11-152-0/+20
|\ \ \
| * | | Replace dashes and colons when using bash formatterSteve Martinelli2016-11-092-0/+20
| |/ /
* | | ignore Command docstring when looking for descriptionsDoug Hellmann2016-11-142-10/+19
* | | let the Command get its one-liner description from a class attributeDoug Hellmann2016-11-142-2/+34
* | | flake8 fixDoug Hellmann2016-11-141-0/+1
|/ /
* | Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-1035-0/+419
* | Clean imports in codeCao Xuan Hoang2016-09-2021-150/+151
* | Avoid ASCII encoding errors when output is redirected2.2.0John Dennis2016-08-052-0/+124
* | Fix Command class doc typoMasayuki Igawa2016-07-251-1/+1
* | Merge "add formattable columns concept"Jenkins2016-07-2115-16/+305
|\ \