| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
because they were failing for me.
Added detection of ==SUPPRESS== in subcommand group names to avoid printing it in the help hint.
Added some examples to tab_autocompletion to demonstrate how to tie in to cmd2 path_complete
|
| | |
|
| |
|
|
|
|
|
| |
command from pyscript.
Added support for tab completing application commands in ipython shell
Updated unit tests scripts to set cmd_echo to True to validate command output.
|
| |
|
|
| |
Added pyscript bridge to ipy command. Saving progress.
|
| |
|
|
|
|
|
| |
Removed all legacy pystate objects.
Changed default behavior to clear _last_result before each command
Added utility for creating named tuples with default values
Added tests to exercise new changes.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
https://bugs.python.org/issue15112
Added additional tests - now at 100% coverage of pyscript_bridge.py
Still need handling of special action types: StoreTrue/False, store_const, count
|
| | |
|
| |
|
|
|
|
| |
argparse command positional and flag arguments.
Added initial set of tests
|
| | |
|
|
|
Doesn't handle all argparse argument options yet (nargs, append, flag, probably more)
For #368
|