summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-261-1/+1
* Added TextStyle class and default implementations for various message types l...Kevin Van Brunt2019-06-261-1/+2
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-2/+1
* Renamed style_message to styleKevin Van Brunt2019-06-261-1/+1
* Removed color args from poutput since the style function is going to do more ...Kevin Van Brunt2019-06-251-14/+2
* Replaced more pexcept uses with perrorKevin Van Brunt2019-06-252-8/+8
* Initial Commit for Issue 698xNinjaKittyx2019-06-243-10/+9
* Made tokens_for_completion() method public since a couple of our examples use itTodd Leonhardt2019-06-231-3/+3
* Made last_result public and restored the initialization of it in __init__ and...Todd Leonhardt2019-06-232-6/+6
* Restored a few attributes to be publicTodd Leonhardt2019-06-231-5/+5
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-167-7/+7
* Began work to minimize public APITodd Leonhardt2019-06-153-11/+11
* Updated commentKevin Van Brunt2019-06-151-4/+4
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-152-6/+6
* Fix unit test failures I introduced in last commitTodd Leonhardt2019-06-151-2/+2
* Updated documentationKevin Van Brunt2019-06-154-7/+7
* Updated commentKevin Van Brunt2019-06-151-1/+1
* Merge branch 'master' into history_fixesKevin Van Brunt2019-06-147-13/+4
|\
| * Removed support for cmd.cmdqueueKevin Van Brunt2019-06-113-7/+2
| * Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-072-6/+0
| * Transcript testing now properly handles commands which signal the application...Todd Leonhardt2019-06-062-0/+2
* | Fix history display issuesTodd Leonhardt2019-06-131-1/+2
|/
* Changed example cmd2 history file's extension from txt to dat since it is now...Kevin Van Brunt2019-06-051-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-2023-36/+56
* Improved code coverageKevin Van Brunt2019-05-072-2/+2
* Fixed issue when printing alerts caused by a prompt with a new line characterKevin Van Brunt2019-03-211-4/+4
* Merge branch 'master' into attributesTodd Leonhardt2019-03-171-5/+11
|\
| * Updated docs and exampleKevin Van Brunt2019-03-171-5/+11
* | Converted class attributes which aren't intended to be dynamically settable t...Todd Leonhardt2019-03-141-1/+1
* | Merge branch 'master' into attributesTodd Leonhardt2019-03-141-1/+4
|\ \ | |/
| * Updated documentationKevin Van Brunt2019-03-141-1/+4
* | Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-148-42/+30
* | First stage of attribute refactoringTodd Leonhardt2019-03-137-14/+8
|/
* Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-101-0/+12
* Fixed typo in exampleKevin Van Brunt2019-03-101-1/+1
* Fix for when with_argument_list is called with preserve_quotes optional argumentTodd Leonhardt2019-03-041-0/+5
* Updated the examples to illustrate sorting CompletionItemsKevin Van Brunt2019-02-272-4/+10
* Made cmd2_app a positional and required argument of AutoCompleter.Kevin Van Brunt2019-02-232-99/+4
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-207-14/+25
* Fixed examplesKevin Van Brunt2019-02-082-3/+3
* Fixed issue where calling exit() or quit() from a pyscript would close the wh...Kevin Van Brunt2019-02-061-2/+2
* Fixed commentKevin Van Brunt2019-02-061-1/+1
* Added help summary and a separate label for commands and topicsKevin Van Brunt2018-12-211-12/+33
* Removed newlinesKevin Van Brunt2018-12-211-3/+1
* Refactored script to use app()Kevin Van Brunt2018-12-211-32/+27
* Updated documentationKevin Van Brunt2018-12-201-2/+2
* Refactored script and made OS independent by removing rm callsKevin Van Brunt2018-12-201-26/+40
* Added labels for each command help textKevin Van Brunt2018-12-201-2/+13
* Fixing flake8 warningKevin Van Brunt2018-12-201-0/+1
* Added new example script that saves help text to a fileKevin Van Brunt2018-12-201-0/+67