| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated set command to support tab completion of values | Kevin Van Brunt | 2020-02-04 | 1 | -2/+2 |
| | | |||||
| * | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 2 | -6/+3 |
| | | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | ||||
| * | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵ | Kevin Van Brunt | 2019-12-19 | 1 | -1/+1 |
| | | | | | sequences are handled | ||||
| * | Make max_completion_items settable | Kevin Van Brunt | 2019-07-15 | 1 | -0/+1 |
| | | |||||
| * | Renamed colors setting to allow_ansi | Kevin Van Brunt | 2019-06-26 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | cmd2.Cmd.cmdloop() now returns self.exit_code which should be an integer Also: - Refactored examples to call sys.exit(app.cmdloop()) in their __main__ - Running transcript tests now sets the exit_code accordingly based on success/failure - Updated CHANGELOG - Updated README - Updated Sphinx docs - Added unit test for case when transcript test fails | ||||
| * | First version of adding an expanded option to history items | Kevin Van Brunt | 2018-12-03 | 1 | -12/+6 |
| | | |||||
| * | Fixed transcript testing bug where last command in transcript has no ↵ | Todd Leonhardt | 2018-09-30 | 2 | -1/+8 |
| | | | | | | | | expected output Also: - Added unit test for this specific case | ||||
| * | Merged master into transcript_fixes branch and resolved conflicts | Todd Leonhardt | 2018-09-30 | 2 | -4/+4 |
| |\ | |||||
| | * | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-26 | 1 | -2/+2 |
| | |\ | |||||
| | | * | First pass at improved colorizing | kotfu | 2018-08-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | - colors setting now allows Always, Terminal, Never values - poutput() and perror() honor these new settings | ||||
| | * | | Fixed unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -2/+2 |
| | |/ | |||||
| * | | Add transcript test for commands with no output | kotfu | 2018-09-14 | 2 | -2/+9 |
| |/ | |||||
| * | Refactor transcript from history implementation and test | kotfu | 2018-05-04 | 1 | -20/+0 |
| | | |||||
| * | Fix transcript generate to close #385 | kotfu | 2018-05-04 | 1 | -0/+2 |
| | | |||||
| * | Fix #384, multiline commands now appear properly in transcripts | kotfu | 2018-05-03 | 1 | -4/+4 |
| | | |||||
| * | Unit test for history transcript generation | kotfu | 2018-05-03 | 1 | -0/+18 |
| | | |||||
| * | Fix commented out transcript tests | kotfu | 2018-05-03 | 1 | -1/+0 |
| | | |||||
| * | Restored legacy cmd/self access when locals_in_py is True. Changed default ↵ | Eric Lin | 2018-05-02 | 1 | -1/+1 |
| | | | | | to False | ||||
| * | 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 |
| | | |||||
| * | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 1 | -1/+0 |
| | | |||||
| * | do_edit() no longer edits history, just files #252 | kotfu | 2018-01-16 | 1 | -1/+0 |
| | | |||||
| * | 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 | 14 | -9/+34 |
| | | |||||
| * | regex implementation complete. Still a few bugs. | Jared Crapo | 2017-08-21 | 9 | -19/+17 |
| | | |||||
| * | Tweaks to some of the transcript regex tests | Jared Crapo | 2017-08-21 | 2 | -0/+7 |
| | | |||||
| * | Add lots more transcript tests | Jared Crapo | 2017-08-20 | 11 | -0/+26 |
| | | |||||
| * | rename transcript files | Jared Crapo | 2017-08-20 | 3 | -0/+0 |
| | | |||||
| * | Move transcripts into their own directory | Jared Crapo | 2017-08-20 | 3 | -0/+84 |
