Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed example code | Kevin Van Brunt | 2020-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix flake8 errors in doc config | Todd Leonhardt | 2020-02-05 | 1 | -3/+0 | |
| | | ||||||
| * | Documentation updates | kotfu | 2020-02-05 | 5 | -24/+38 | |
| | | ||||||
| * | Updated documentation | Kevin Van Brunt | 2020-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | Updated change log | Kevin Van Brunt | 2020-02-05 | 1 | -0/+1 | |
| | | ||||||
| * | No longer displaying list of subcommands in usage text of alias and macro | Kevin Van Brunt | 2020-02-05 | 2 | -4/+4 | |
| | | ||||||
| * | Fixing tab-completion hints when completing the value field of set | Kevin Van Brunt | 2020-02-05 | 1 | -1/+5 | |
| | | ||||||
| * | Added more to Settable docstring | Kevin Van Brunt | 2020-02-05 | 1 | -2/+9 | |
| | | ||||||
| * | Added more to onchange_cb documentation | Kevin Van Brunt | 2020-02-05 | 1 | -3/+7 | |
| | | ||||||
| * | Updated documentation | Kevin Van Brunt | 2020-02-05 | 2 | -2/+2 | |
| | | ||||||
| * | Updated help text | Kevin Van Brunt | 2020-02-05 | 3 | -5/+5 | |
| | | ||||||
| * | Added remove_settable() since cmd2 has add_settable() | Kevin Van Brunt | 2020-02-05 | 4 | -5/+25 | |
| | | | | | | | | Documented Settable.onchange_cb | |||||
| * | Updated documentation | Kevin Van Brunt | 2020-02-05 | 1 | -2/+4 | |
| | | ||||||
| * | Added support to do_set() for setting a parameter to an empty string as well ↵ | Kevin Van Brunt | 2020-02-05 | 2 | -4/+18 | |
| | | | | | | | | as something resembling an argparse flag (e.g. -h) | |||||
| * | Added unit tests | Kevin Van Brunt | 2020-02-05 | 1 | -10/+41 | |
| | | ||||||
| * | Fixed missing parenthesis | Kevin Van Brunt | 2020-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | To support completer/choices functions that receive arg_tokens, changed ↵ | Kevin Van Brunt | 2020-02-04 | 1 | -26/+34 | |
| | | | | | | | | complete_set_value() to pass all tokens into its AutoCompleter | |||||
| * | Removed unnecessary inheritance from object | Kevin Van Brunt | 2020-02-04 | 5 | -10/+10 | |
| | | ||||||
| * | Updated example transcripts | Todd Leonhardt | 2020-02-04 | 2 | -2/+2 | |
| | | ||||||
| * | Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs | Todd Leonhardt | 2020-02-04 | 16 | -21/+45 | |
| | | ||||||
| * | Fixed doc build and updated README | Todd Leonhardt | 2020-02-04 | 2 | -3/+2 | |
| | | ||||||
| * | Fixed a bug in a very unusual case and added some unit tests | Todd Leonhardt | 2020-02-04 | 4 | -5/+33 | |
| | | ||||||
| * | Updated CHANGELOG and made a few minor tweaks | Todd Leonhardt | 2020-02-04 | 4 | -83/+12 | |
| | | ||||||
| * | Updated set command to support tab completion of values | Kevin Van Brunt | 2020-02-04 | 6 | -132/+181 | |
|/ | ||||||
* | Merge pull request #869 from python-cmd2/docs_os | Todd Leonhardt | 2020-01-29 | 2 | -31/+98 | |
|\ | | | | | Updated docs on integrating with various operating system features | |||||
| * | Minor grammar fix | Todd Leonhardt | 2020-01-29 | 1 | -3/+3 | |
| | | ||||||
| * | Addressed PR comments | Todd Leonhardt | 2020-01-29 | 1 | -6/+17 | |
| | | ||||||
| * | Updated docs on integrating with various operating system features | Todd Leonhardt | 2020-01-29 | 2 | -31/+87 | |
|/ | ||||||
* | Merge pull request #868 from python-cmd2/changelog_clarification | Todd Leonhardt | 2020-01-29 | 1 | -1/+1 | |
|\ | | | | | Clarify changes related to removal of attributes from settable | |||||
| * | Merge branch 'master' into changelog_clarification | Todd Leonhardt | 2020-01-29 | 5 | -6/+13 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #867 from python-cmd2/discoverable_verbose_help | Todd Leonhardt | 2020-01-29 | 5 | -6/+13 | |
|\ \ | | | | | | | Make verbose help more discoverable | |||||
| * | | Updated CHANGELOG | Todd Leonhardt | 2020-01-29 | 1 | -0/+2 | |
| | | | ||||||
| * | | Attempt to make "help -v" more discoverable by changing the default help text | Todd Leonhardt | 2020-01-29 | 4 | -6/+11 | |
|/ / | ||||||
| * | Clarify changes related to removal of attributes from being runtime settable ↵ | Todd Leonhardt | 2020-01-29 | 1 | -1/+1 | |
|/ | | | | by default | |||||
* | Flushed out multiline command documentation | Todd Leonhardt | 2020-01-28 | 1 | -0/+14 | |
| | ||||||
* | Merge pull request #864 from python-cmd2/reduce_settable_attributes | Todd Leonhardt | 2020-01-28 | 24 | -94/+67 | |
|\ | | | | | Reduce settable attributes and renamed locals_in_py | |||||
| * | Addressed PR comments | Todd Leonhardt | 2020-01-27 | 2 | -3/+1 | |
| | | ||||||
| * | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 14 | -26/+24 | |
| | | | | | | | | This more accurately reflects what it controls | |||||
| * | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 16 | -72/+49 | |
|/ | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | |||||
* | Merge pull request #862 from python-cmd2/docs_initialization | Todd Leonhardt | 2020-01-27 | 4 | -50/+207 | |
|\ | | | | | Improve the Sphinx docs for initialization | |||||
| * | Deleted info on the instance attributes which might only be used in ↵ | Todd Leonhardt | 2020-01-27 | 1 | -19/+2 | |
| | | | | | | | | extremely rare circumstances | |||||
| * | Updated documentation | Kevin Van Brunt | 2020-01-27 | 2 | -7/+11 | |
| | | ||||||
| * | Flushed out initialization documentation | Todd Leonhardt | 2020-01-26 | 2 | -36/+133 | |
| | | | | | | | | | | Also: - Rearranged some instance attributes in Cmd class to make it clear that they were not used by tab-completion functions. | |||||
| * | Updated comment | Todd Leonhardt | 2020-01-26 | 1 | -9/+10 | |
| | | ||||||
| * | Improved example in initialiation docs | Todd Leonhardt | 2020-01-26 | 2 | -2/+74 | |
|/ | ||||||
* | Updating release date in CHANGELOG0.9.25 | Todd Leonhardt | 2020-01-26 | 1 | -1/+1 | |
| | ||||||
* | Updated CHANGELOG | Todd Leonhardt | 2020-01-26 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #859 from python-cmd2/doc_links | Todd Leonhardt | 2020-01-26 | 6 | -13/+19 | |
|\ | | | | | Fixed broken links in Sphinx docs | |||||
| * | Fixed broken links in Sphinx docs | Todd Leonhardt | 2020-01-26 | 6 | -13/+19 | |
|/ | | | | | | Also: - Added a "linkcheck" task to the invoke tasks _ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke | |||||
* | Merge pull request #858 from python-cmd2/doc_cleanup | Todd Leonhardt | 2020-01-25 | 4 | -14/+5 | |
|\ | | | | | Cleanup MANIFEST.in to reduce whats in PyPI package |