| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added always_show_hint setting | Kevin Van Brunt | 2020-09-05 | 1 | -0/+1 |
| | | | | | Fixed issue where flag names weren't always sorted correctly in argparse tab completion | ||||
| * | 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 | 1 | -3/+0 |
| | | | | | | | | | | 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 |
| | | |||||
| * | 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 | ||||
| * | Restored legacy cmd/self access when locals_in_py is True. Changed default ↵ | Eric Lin | 2018-05-02 | 1 | -1/+1 |
| | | | | | to False | ||||
| * | 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 |
| | | |||||
| * | Add comments to all regex test files | Jared Crapo | 2017-08-22 | 1 | -1/+2 |
| | | |||||
| * | regex implementation complete. Still a few bugs. | Jared Crapo | 2017-08-21 | 1 | -2/+3 |
| | | |||||
| * | rename transcript files | Jared Crapo | 2017-08-20 | 1 | -0/+17 |
