Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No longer using -1 as an exit codeexit_code | Kevin Van Brunt | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | onecmd_plus_hooks() now sets self.exit_code when a SystemExit handled | Kevin Van Brunt | 2021-03-23 | 1 | -1/+4 |
| | |||||
* | Resolves comments from PR | Eric Lin | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | Added tests | Eric Lin | 2021-03-18 | 1 | -1/+2 |
| | |||||
* | Each CommandSet's settables are defined separately. cmd2.Cmd searches all ↵ | Eric Lin | 2021-03-18 | 1 | -4/+3 |
| | | | | | | | | registered CommandSets for settables. Settables can now set any attribute on any object passed to it. The name the user sees may be set to a different value than what the actual attribute is. Cmd2 will now aggregate all settables on the cmd2.Cmd instance with each installed CommandSet. | ||||
* | Added cmd2.exceptions.PassThroughExceptionexception_passthrough | Kevin Van Brunt | 2021-03-02 | 1 | -1/+16 |
| | |||||
* | Deprecate Python 3.5 | Todd Leonhardt | 2021-02-20 | 1 | -8/+3 |
| | |||||
* | Fixed black, isort, flake8, and doc8 issues | Todd Leonhardt | 2021-02-19 | 1 | -8/+9 |
| | |||||
* | Merge branch 'master' into black | Todd Leonhardt | 2021-02-19 | 1 | -16/+36 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # cmd2/__init__.py # cmd2/argparse_completer.py # cmd2/argparse_custom.py # cmd2/cmd2.py # cmd2/decorators.py # cmd2/exceptions.py # cmd2/utils.py # examples/arg_decorators.py # examples/argparse_completion.py # examples/modular_commands_main.py # tests/test_argparse_completer.py # tests/test_argparse_custom.py # tests/test_cmd2.py # tests/test_completion.py # tests/test_history.py | ||||
| * | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-28 | 1 | -4/+13 |
| |\ | |||||
| * | | Removed --silent flag from alias/macro create since startup scripts can be ↵ | Kevin Van Brunt | 2021-01-22 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | run silently. Removed --with_silent flag from alias/macro list since startup scripts can be run silently. | ||||
| * | | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-22 | 1 | -2/+13 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-21 | 1 | -18/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into 2.0 | Todd Leonhardt | 2020-11-11 | 1 | -10/+28 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||||
| * \ \ \ \ | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2020-09-17 | 1 | -0/+30 |
| |\ \ \ \ \ | |||||
| * | | | | | | Updated unit tests for read_input() | Kevin Van Brunt | 2020-09-05 | 1 | -0/+36 |
| | | | | | | | |||||
| * | | | | | | Refactored complete() to handle custom behavior from read_input() | Kevin Van Brunt | 2020-08-31 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -5/+15 |
| | | | | | | | |||||
* | | | | | | | Attempt to fix remaining black failures | Todd Leonhardt | 2021-01-31 | 1 | -4/+3 |
| | | | | | | | |||||
* | | | | | | | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -66/+292 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Added option to run startup scripts silently | Kevin Van Brunt | 2021-01-22 | 1 | -4/+13 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | minor import changes. | ||||
* | | | | | Skip a test which is failing on Python 3.8 and 3.9 for now to fix a unit test | Todd Leonhardt | 2021-01-21 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | feat(utils): probe editors in system path | Mikhail Ushanov | 2020-11-17 | 1 | -18/+0 |
| |_|/ |/| | | | | | | | | Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com> | ||||
* | | | Format multiline docstrings to match other help messages | Bambu | 2020-10-09 | 1 | -0/+15 |
| | | | | | | | | | | | | Changed cmd2 do_cmd to dedent docstrings using `pydoc.getdoc`. This patch provides output for docstrings that look like using argparse or a single line docstring | ||||
* | | | Fixed issue where quoted redirectors and terminators in aliases and macros ↵ | Kevin Van Brunt | 2020-09-30 | 1 | -10/+13 |
| |/ |/| | | | | | | | | | were not being restored when read from a startup script. | ||||
* | | Added --silent flag to alias/macro create. | Kevin Van Brunt | 2020-09-10 | 1 | -0/+30 |
| | | | | | | | | Added --with_silent flag to alias/macro list. | ||||
* | | Added unit tests for CommandSet callbacks | Kevin Van Brunt | 2020-09-01 | 1 | -4/+4 |
|/ | |||||
* | the with_argparse() decorator was incorrectly using a parsed statement ↵1.3.7 | Eric Lin | 2020-08-27 | 1 | -0/+17 |
| | | | | object to search for the original function arguments. Switched to search for the original statement value instead | ||||
* | Marked with_arparser_and_unknown_args deprecated and consolidated | Eric Lin | 2020-08-04 | 1 | -2/+2 |
| | | | | implementation as an option to with_argparser instead. | ||||
* | Removed pwarning() calls when command raises SystemExit | Kevin Van Brunt | 2020-05-28 | 1 | -0/+11 |
| | | | | Added unit tests | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -4/+15 |
| | | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes | ||||
* | Fix unit test which made incorrect assumption that vi editor would exist on ↵ | Todd Leonhardt | 2020-04-23 | 1 | -8/+3 |
| | | | | all Linux systems | ||||
* | Merge branch 'master' into table_creator | Todd Leonhardt | 2020-04-15 | 1 | -26/+8 |
|\ | |||||
| * | Simplfied _redirect_output() by raising exception instead of returning bool | Kevin Van Brunt | 2020-04-11 | 1 | -26/+8 |
| | | |||||
* | | Initial commit of table creation API | Kevin Van Brunt | 2020-04-09 | 1 | -4/+2 |
|/ | |||||
* | Add unit tests for Ctrl-C stopping scripts/transcripts | Kevin Van Brunt | 2020-03-26 | 1 | -0/+22 |
| | |||||
* | do_shell() now saves the return code of the command it runs in ↵ | Kevin Van Brunt | 2020-03-20 | 1 | -0/+4 |
| | | | | self.last_result for use in pyscripts | ||||
* | Moved custom cmd2 exceptions to a separate file and removed them from public API | Todd Leonhardt | 2020-02-18 | 1 | -2/+2 |
| | |||||
* | Updated documentation and tests | Kevin Van Brunt | 2020-02-17 | 1 | -1/+8 |
| | |||||
* | Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary. | Kevin Van Brunt | 2020-02-14 | 1 | -6/+9 |
| | | | | | | | | | Fixed bug where cmd2 set sys.path[0] for a pyscript to its cwd instead of the script's directory. Fixed bug where sys.path was not being restored after a pyscript ran. Setting the following pyscript variables: __name__: __main__ __file__: script path (as typed) Removed do_py.run() function since it didn't handle arguments and offered no benefit over run_pyscript. | ||||
* | Renamed set command's -l/--long flag to -v/--verbose for consistency with ↵ | Kevin Van Brunt | 2020-02-10 | 1 | -2/+2 |
| | | | | help and history commands | ||||
* | Corrected issue where the actual new value was not always being printed in ↵ | Kevin Van Brunt | 2020-02-10 | 1 | -8/+11 |
| | | | | | | | | do_set. Fixed do_set unit test. Made allow_ansi setter error message consistent with str_to_bool. Updated a docstring | ||||
* | No longer displaying list of subcommands in usage text of alias and macro | Kevin Van Brunt | 2020-02-05 | 1 | -2/+2 |
| | |||||
* | Added remove_settable() since cmd2 has add_settable() | Kevin Van Brunt | 2020-02-05 | 1 | -1/+5 |
| | | | | Documented Settable.onchange_cb | ||||
* | Added support to do_set() for setting a parameter to an empty string as well ↵ | Kevin Van Brunt | 2020-02-05 | 1 | -1/+11 |
| | | | | as something resembling an argparse flag (e.g. -h) | ||||
* | Fixed a bug in a very unusual case and added some unit tests | Todd Leonhardt | 2020-02-04 | 1 | -0/+7 |
| | |||||
* | Updated CHANGELOG and made a few minor tweaks | Todd Leonhardt | 2020-02-04 | 1 | -39/+0 |
| | |||||
* | Updated set command to support tab completion of values | Kevin Van Brunt | 2020-02-04 | 1 | -26/+7 |
| | |||||
* | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 1 | -4/+4 |
| | | | | This more accurately reflects what it controls |