Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation | Kevin Van Brunt | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Updated all examples to use Cmd2ArgumentParser instead of ↵ | Kevin Van Brunt | 2021-06-17 | 1 | -16/+11 |
| | | | | | | argparse.ArgumentParser. This is best practice for consistency of appearance between built-in and custom commands. | ||||
* | Replaced some pexcept() calls with perror(). | Kevin Van Brunt | 2021-04-02 | 1 | -2/+2 |
| | | | | | | Converted some strings to f-strings. Fixed some grammar in error messages and docs. Increased code coverage. | ||||
* | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 1 | -11/+8 |
|\ | | | | | | | | | # Conflicts: # CHANGELOG.md | ||||
| * | Replace with_argparser_and_unknown_args in docs | Kyle King | 2020-11-08 | 1 | -11/+8 |
| | | |||||
* | | Removed Namespace.__statement__ | Kevin Van Brunt | 2020-08-27 | 1 | -6/+2 |
|/ | |||||
* | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) ↵ | Kevin Van Brunt | 2020-08-26 | 1 | -9/+11 |
| | | | | | | | are now Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it easy to filter out which attributes in an argparse.Namespace were added by cmd2. | ||||
* | Updated change log and docs for release1.3.5 | Kevin Van Brunt | 2020-08-25 | 1 | -0/+15 |
| | |||||
* | Fixed RecursionError when printing an argparse.Namespace caused by custom ↵ | Kevin Van Brunt | 2020-08-25 | 1 | -1/+2 |
| | | | | | | attribute cmd2 was adding Added get_statement() function to argparse.Namespace which returns __statement__ attribute | ||||
* | Marked with_arparser_and_unknown_args deprecated and consolidated | Eric Lin | 2020-08-04 | 1 | -1/+1 |
| | | | | implementation as an option to with_argparser instead. | ||||
* | Fix documentation typo found in PR #915 | Todd Leonhardt | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Fix extra space typo | Todd Leonhardt | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Added documentation about decorator order and updated an example | Todd Leonhardt | 2020-04-09 | 1 | -0/+35 |
| | | | | | Also: - Deal with warnings when building docs with Sphinx 3.0.0 | ||||
* | Add argparse stuff to api | kotfu | 2020-02-22 | 1 | -5/+3 |
| | |||||
* | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Overhauling tab completion examples | Kevin Van Brunt | 2020-02-12 | 1 | -2/+1 |
| | |||||
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -21/+13 |
| | | | | | - 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 | ||||
* | Fixed typos | Kevin Van Brunt | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | Improved documentation for Argument Parsing and Tab-Completion | Todd Leonhardt | 2019-11-03 | 1 | -4/+20 |
| | | | | | Also: - Added a couple examples | ||||
* | Fixed building of docs | Kevin Van Brunt | 2019-10-31 | 1 | -3/+3 |
| | |||||
* | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 1 | -5/+5 |
| | |||||
* | Finish migration documentation for #719 | kotfu | 2019-07-14 | 1 | -2/+5 |
| | |||||
* | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -54/+75 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -0/+320 |