| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 1 | -3/+3 |
| | | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | ||||
| * | Modified a transcript used during testing to not run help so that it doesn't ↵ | Todd Leonhardt | 2019-06-15 | 1 | -15/+6 |
| | | | | | | | need to be changed any time the content of help changes Now the only test which should need to change when a command is added, deleted, or renamed (which isn't specifically related to that command) is test_get_all_commands | ||||
| * | Fixed unit test | Kevin Van Brunt | 2019-06-15 | 1 | -2/+3 |
| | | |||||
| * | Running commands from history stops if a command returns True for its stop ↵ | Kevin Van Brunt | 2019-05-24 | 1 | -1/+0 |
| | | | | | value. The command loop will also terminate. | ||||
| * | First version of adding an expanded option to history items | Kevin Van Brunt | 2018-12-03 | 1 | -12/+6 |
| | | |||||
| * | Merged master into transcript_fixes branch and resolved conflicts | Todd Leonhardt | 2018-09-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -2/+2 |
| | | | |||||
| * | | Add transcript test for commands with no output | kotfu | 2018-09-14 | 1 | -2/+2 |
| |/ | |||||
| * | Fix commented out transcript tests | kotfu | 2018-05-03 | 1 | -1/+0 |
| | | |||||
| * | Deleted optparse code which had been previously deprecated in 0.8.0 release | Todd Leonhardt | 2018-04-09 | 1 | -7/+8 |
| | | | | | | Also: - Bumped version to 0.8.4 | ||||
| * | Pushed fix for test_transcript | Todd Leonhardt | 2018-03-16 | 1 | -2/+2 |
| | | |||||
| * | Remove do_save() and do_run() for #252 | kotfu | 2018-01-16 | 1 | -4/+4 |
| | | |||||
| * | cmdenvironment command has been removed and its functionality now exists as ↵ | Todd Leonhardt | 2018-01-15 | 1 | -2/+2 |
| | | | | | a -a/--all option to the set command | ||||
| * | Fixed the test_transcript unit test when run with the from_cmdloop.txt input | Todd Leonhardt | 2018-01-15 | 1 | -2/+2 |
| | | |||||
| * | show command has been removed | Todd Leonhardt | 2018-01-15 | 1 | -2/+2 |
| | | | | | | | It's functionality has been moved inside the set command. The set command now uses an argparse parser. | ||||
| * | __relative_load command is now hidden from help menu by default | Todd Leonhardt | 2018-01-15 | 1 | -3/+2 |
| | | |||||
| * | Add comments to all regex test files | Jared Crapo | 2017-08-22 | 1 | -1/+4 |
| | | |||||
| * | regex implementation complete. Still a few bugs. | Jared Crapo | 2017-08-21 | 1 | -5/+5 |
| | | |||||
| * | rename transcript files | Jared Crapo | 2017-08-20 | 1 | -0/+57 |
