Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set command output now uses SimpleTable. | Kevin Van Brunt | 2021-08-19 | 1 | -10/+16 |
| | | | | | | | Tabled tab completion now includes divider row. Tab completion results for aliases, macros, and Settables wrap long fields. SimpleTable now accepts blank for the divider character. It is identical to passing None. Removed --verbose flag from set command so the descriptions always show. | ||||
* | Updated documentation about set command | Kevin Van Brunt | 2020-09-09 | 1 | -9/+10 |
| | |||||
* | Updated documentation with more explicit discussions on testing | Eric Lin | 2020-08-20 | 1 | -0/+2 |
| | | | | Added unit test to verify command name validation updates. | ||||
* | Update scripting docs. Closes #765. | kotfu | 2020-02-28 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' into doc_streamline | kotfu | 2020-02-06 | 1 | -3/+3 |
|\ | | | | | | | | | # Conflicts: # docs/features/settings.rst | ||||
| * | Updated help text | Kevin Van Brunt | 2020-02-05 | 1 | -3/+3 |
| | | |||||
* | | Clean up class and method references | kotfu | 2020-02-05 | 1 | -3/+3 |
|/ | | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions | ||||
* | 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 | ||||
* | Flushed out documentation on built-in commands | Todd Leonhardt | 2020-01-23 | 1 | -3/+73 |
| | |||||
* | Updating some doc text | Kevin Van Brunt | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Add shell command, and show how to remove builtin commands | kotfu | 2020-01-14 | 1 | -8/+35 |
| | |||||
* | Updates for allow_ansi -> allow_style | kotfu | 2020-01-14 | 1 | -2/+2 |
| | |||||
* | Finish documenting settings and add new builtin_commands document | kotfu | 2019-11-29 | 1 | -0/+48 |