summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* More replacing of 'colors' with 'allow_ansi'Kevin Van Brunt2019-06-261-2/+2
* Replaced more pexcept uses with perrorKevin Van Brunt2019-06-251-1/+1
* Made last_result public and restored the initialization of it in __init__ and...Todd Leonhardt2019-06-231-1/+1
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-152-4/+5
* Updated documentationKevin Van Brunt2019-06-154-27/+16
* Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-142-7/+3
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-112-3/+3
* Add the -a/--all flag to the history command for showing all commands includi...Todd Leonhardt2019-05-271-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-2/+2
* Updated docsKevin Van Brunt2019-05-161-1/+4
* Added documentation for ns_providerKevin Van Brunt2019-05-161-1/+23
* Now consistently use -t flag for transcript generation for both history and l...Todd Leonhardt2019-03-191-2/+2
* Addressed review commentsTodd Leonhardt2019-03-181-1/+5
* Merge branch 'master' into load_generate_transcriptTodd Leonhardt2019-03-182-9/+6
|\
| * Merge branch 'master' into attributesTodd Leonhardt2019-03-171-1/+3
| |\
| * | Updated docs to reflect that shortcuts are now passed into the super class in...Todd Leonhardt2019-03-141-5/+3
| * | First stage of attribute refactoringTodd Leonhardt2019-03-132-4/+3
* | | Added load -r flag for recording a transcript based on a script fileTodd Leonhardt2019-03-182-3/+19
| |/ |/|
* | Updated docs and exampleKevin Van Brunt2019-03-171-2/+2
* | Added more documentationKevin Van Brunt2019-03-171-1/+3
|/
* Negative ending history indices include the referenced command, instead of ex...kotfu2019-03-111-2/+3
* Allow both history indices to be negativekotfu2019-03-101-2/+1
* Incorporating requested changes from the PRkotfu2019-03-101-3/+7
* Formatting clean up on history sectionkotfu2019-03-101-61/+67
* Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into histo...kotfu2019-03-103-150/+164
|\
| * Merge branch 'master' into disable_commandKevin Van Brunt2019-03-101-18/+2
| |\
| | * Removed obsolete documentationKevin Van Brunt2019-03-101-18/+2
| * | Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-102-132/+162
| |/
* | Add documentation for the history command.kotfu2019-03-101-6/+194
|/
* Fixed wording in freefeatures.rstTodd Leonhardt2019-03-041-1/+2
* Merge master into with_argument_list and resolved conflictsTodd Leonhardt2019-03-041-16/+9
|\
| * Updated docsKevin Van Brunt2019-03-021-0/+3
| * Updated CodeOwners file and fixed minor errors in freefeatures.rstTodd Leonhardt2019-03-021-5/+4
| * Updated docs about commentsKevin Van Brunt2019-03-011-12/+4
* | Updated CHANGELOG and fixed Sphinx docsTodd Leonhardt2019-03-041-5/+4
|/
* Updated macro documentation0.9.9Kevin Van Brunt2019-02-211-4/+2
* Minor doc updates that fix a few typos and inaccuraciesTodd Leonhardt2019-02-063-8/+9
* Fix flake8 issuesTodd Leonhardt2018-12-061-1/+3
* Update docs with smart ANSI handling for ppagedEthan McCreadie2018-11-011-8/+9
* Removed a few unecessary newlinesTodd Leonhardt2018-10-261-3/+0
* Improved documentation for argument parsing decoratorsTodd Leonhardt2018-10-261-0/+17
* Refactored filtering in path_complete to use a functionKevin Van Brunt2018-10-261-1/+1
* cmdloop now checks to see if it is running in the main thread before attempti...Todd Leonhardt2018-10-211-0/+4
* Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...Todd Leonhardt2018-10-181-3/+0
* Documentation updatesKevin Van Brunt2018-10-121-3/+1
* Added warning to documentation about how help_foo won't be called for command...Todd Leonhardt2018-10-061-2/+10
* Added documentation stating that parsers passed to argparse decorators need t...Todd Leonhardt2018-10-061-2/+14
* Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-271-8/+45
|\
| * Documented macrosKevin Van Brunt2018-09-271-8/+45