summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix redundant declaration of cmd2.Cmd.__init__ methodkotfu2020-02-061-3/+1
| * | Add documentation of __init__ methodkotfu2020-02-061-0/+2
| * | Merge branch 'doc_streamline' of https://github.com/python-cmd2/cmd2 into doc...kotfu2020-02-061-4/+3
| |\ \
| | * \ Merge branch 'master' into doc_streamlineTodd Leonhardt2020-02-0634-292/+422
| | |\ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into doc_streamlinekotfu2020-02-0634-291/+422
| |\ \ \ | |/ / / |/| / / | |/ /
| * | Clean up class and method referenceskotfu2020-02-0519-80/+64
| | * Renamed argument from color to name for fg.get_value() and bg.get_value()Todd Leonhardt2020-02-061-4/+4
| | * Suppressed bogus PyCharm warnings and improved error message for invalid colo...Todd Leonhardt2020-02-061-2/+6
| | * Having two parallel datastructures each for foreground and background colors ...Todd Leonhardt2020-02-066-65/+46
| | * Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...Todd Leonhardt2020-02-065-15/+93
| |/ |/|
* | Merge pull request #873 from python-cmd2/set_updateTodd Leonhardt2020-02-0634-295/+426
|\ \ | |/ |/|
| * Fixed example codeKevin Van Brunt2020-02-061-1/+1
| * Fix flake8 errors in doc configTodd Leonhardt2020-02-051-3/+0
| * Documentation updateskotfu2020-02-055-24/+38
| * Updated documentationKevin Van Brunt2020-02-051-1/+1
| * Updated change logKevin Van Brunt2020-02-051-0/+1
| * No longer displaying list of subcommands in usage text of alias and macroKevin Van Brunt2020-02-052-4/+4
| * Fixing tab-completion hints when completing the value field of setKevin Van Brunt2020-02-051-1/+5
| * Added more to Settable docstringKevin Van Brunt2020-02-051-2/+9
| * Added more to onchange_cb documentationKevin Van Brunt2020-02-051-3/+7
| * Updated documentationKevin Van Brunt2020-02-052-2/+2
| * Updated help textKevin Van Brunt2020-02-053-5/+5
| * Added remove_settable() since cmd2 has add_settable()Kevin Van Brunt2020-02-054-5/+25
| * Updated documentationKevin Van Brunt2020-02-051-2/+4
| * Added support to do_set() for setting a parameter to an empty string as well ...Kevin Van Brunt2020-02-052-4/+18
| * Added unit testsKevin Van Brunt2020-02-051-10/+41
| * Fixed missing parenthesisKevin Van Brunt2020-02-041-1/+1
| * To support completer/choices functions that receive arg_tokens, changed compl...Kevin Van Brunt2020-02-041-26/+34
| * Removed unnecessary inheritance from objectKevin Van Brunt2020-02-045-10/+10
| * Updated example transcriptsTodd Leonhardt2020-02-042-2/+2
| * Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-0416-21/+45
| * Fixed doc build and updated READMETodd Leonhardt2020-02-042-3/+2
| * Fixed a bug in a very unusual case and added some unit testsTodd Leonhardt2020-02-044-5/+33
| * Updated CHANGELOG and made a few minor tweaksTodd Leonhardt2020-02-044-83/+12
| * Updated set command to support tab completion of valuesKevin Van Brunt2020-02-046-132/+181
|/
* Merge pull request #869 from python-cmd2/docs_osTodd Leonhardt2020-01-292-31/+98
|\
| * Minor grammar fixTodd Leonhardt2020-01-291-3/+3
| * Addressed PR commentsTodd Leonhardt2020-01-291-6/+17
| * Updated docs on integrating with various operating system featuresTodd Leonhardt2020-01-292-31/+87
|/
* Merge pull request #868 from python-cmd2/changelog_clarificationTodd Leonhardt2020-01-291-1/+1
|\
| * Merge branch 'master' into changelog_clarificationTodd Leonhardt2020-01-295-6/+13
| |\ | |/ |/|
* | Merge pull request #867 from python-cmd2/discoverable_verbose_helpTodd Leonhardt2020-01-295-6/+13
|\ \
| * | Updated CHANGELOGTodd Leonhardt2020-01-291-0/+2
| * | Attempt to make "help -v" more discoverable by changing the default help textTodd Leonhardt2020-01-294-6/+11
|/ /
| * Clarify changes related to removal of attributes from being runtime settable ...Todd Leonhardt2020-01-291-1/+1
|/
* Flushed out multiline command documentationTodd Leonhardt2020-01-281-0/+14
* Merge pull request #864 from python-cmd2/reduce_settable_attributesTodd Leonhardt2020-01-2824-94/+67
|\
| * Addressed PR commentsTodd Leonhardt2020-01-272-3/+1
| * Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-2714-26/+24
| * Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-2716-72/+49
|/