Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fixed type hints | Todd Leonhardt | 2018-09-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Added type hints and improved a unit test | Todd Leonhardt | 2018-09-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Added unit tests for complete_set and complete_unalias | Todd Leonhardt | 2018-09-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - aliases are now stored as an OrderedDict sorted alphabetically by key/alias name | |||||
| * | | | | | | | The set command now tab-completes the setting names | Todd Leonhardt | 2018-09-19 | 1 | -0/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Updated documentation | Kevin Van Brunt | 2018-09-20 | 1 | -32/+38 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-20 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Add natural sorting (sorting case insensitively as well as numerically) | Lance Starr | 2018-09-19 | 1 | -4/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Merge branch 'master' into fix_minor_warnings | Todd Leonhardt | 2018-09-17 | 1 | -4/+4 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| * | | | | | This just fixes a couple minor lint warnings related to raw strings and escapes | Todd Leonhardt | 2018-09-13 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Converted alias command to one with subcommands | Kevin Van Brunt | 2018-09-18 | 1 | -97/+111 | |
| |/ / / |/| | | | ||||||
* | | | | Corrected callable check | Kevin Van Brunt | 2018-09-17 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Moved code from deprecated postparsing_postcmd into _run_cmdfinalization_hooks | Kevin Van Brunt | 2018-09-12 | 1 | -6/+8 | |
| | | | ||||||
* | | | Docstring updates | Kevin Van Brunt | 2018-09-09 | 1 | -11/+11 | |
| | | | ||||||
* | | | Updated docstring | Kevin Van Brunt | 2018-09-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Updated alias help text | Kevin Van Brunt | 2018-09-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Updated comment | Kevin Van Brunt | 2018-09-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Using empty strings and lists instead of None for default values in Statment | Kevin Van Brunt | 2018-09-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | No longer returning None from tokens_for_completion() | Kevin Van Brunt | 2018-09-01 | 1 | -26/+26 | |
| | | | ||||||
* | | | Merge branch 'master' into quoted_args | Todd Leonhardt | 2018-08-27 | 1 | -7/+8 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'master' into ac_parser | Todd Leonhardt | 2018-08-24 | 1 | -0/+6 | |
| |\ \ | ||||||
| * | | | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ↵ | Kevin Van Brunt | 2018-08-24 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | easier to format help/description text | |||||
* | | | | Merge branch 'master' into quoted_args | Kevin Van Brunt | 2018-08-24 | 1 | -0/+6 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Added way of returning a non-zero exit code to the shell | Todd Leonhardt | 2018-08-23 | 1 | -0/+6 | |
| |/ / | ||||||
* | | | Removed Statement.args since it was redundant. Replaced with already parsed ↵ | Kevin Van Brunt | 2018-08-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | list of args with quotes preserved. | |||||
* | | | Fixed bug where alias was dropping quotes | Kevin Van Brunt | 2018-08-23 | 1 | -21/+29 | |
|/ / | ||||||
* | | Deleted a line which was added to support the SubMenu feature | Todd Leonhardt | 2018-08-22 | 1 | -1/+0 | |
| | | | | | | | | The SubMenu feature is now a plugin in a separate repo and is no longer part of the main cmd2 package. | |||||
* | | Fixed get_all_commands and get_help_topics to only return function names | Kevin Van Brunt | 2018-08-21 | 1 | -2/+4 | |
| | | ||||||
* | | Fixed type hinting for select function | Kevin Van Brunt | 2018-08-21 | 1 | -1/+1 | |
|/ | ||||||
* | Allow newlines inside unclosed quotes. Fixes #495 | kotfu | 2018-08-08 | 1 | -3/+24 | |
| | ||||||
* | Added alphabetical_sort() function | Kevin Van Brunt | 2018-08-01 | 1 | -7/+5 | |
| | ||||||
* | Added matches_sorted member to support custom sorting order of ↵ | Kevin Van Brunt | 2018-08-01 | 1 | -17/+27 | |
| | | | | | | | tab-completion matches Made all sorting alphabetical Fixed case where extra slash was printing when tab completing users on Windows | |||||
* | Fix Sphinx warning in preparse docstring | Todd Leonhardt | 2018-07-30 | 1 | -2/+2 | |
| | ||||||
* | Use setuptools_scm for version numbers | kotfu | 2018-07-29 | 1 | -2/+0 | |
| | ||||||
* | Started updating CHANGELOG | Todd Leonhardt | 2018-07-16 | 1 | -1/+1 | |
| | | | | | | Also: - Bumped version to 0.9.4 - Updated info in Readme and Sphinx docs to reflect new dependency on attrs | |||||
* | Add usage warning to preparse() for #417 | kotfu | 2018-07-15 | 1 | -3/+13 | |
| | ||||||
* | Fix for #417, call preparse() | kotfu | 2018-07-15 | 1 | -1/+1 | |
| | ||||||
* | Resolved merge conflict from merging master into plugin_functions | Todd Leonhardt | 2018-07-12 | 1 | -45/+60 | |
|\ | ||||||
| * | Merge branch 'master' into history | Todd Leonhardt | 2018-07-12 | 1 | -22/+0 | |
| |\ | ||||||
| | * | Deleted the CmdResult helper class | Todd Leonhardt | 2018-07-11 | 1 | -22/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The CmdResult helper class was deprecated in the previous release. This commit deletes it. - The new CommandResult class is an improved replacement Also: - Deleted the namedtuple_with_two_defaults helper function which is now no longer used | |||||
| * | | Merge branch 'master' into history | Kevin Van Brunt | 2018-07-12 | 1 | -2/+7 | |
| |\ \ | | |/ | ||||||
| * | | Added --clear argument to history command | Kevin Van Brunt | 2018-07-11 | 1 | -22/+59 | |
| | | | | | | | | | | | | | | | | | | Added better error checking when loading readline history file Improved some error messages Changed IOError usages to OSError since they were merged in Python 3.3. | |||||
* | | | Merge branch 'master' into plugin_functions | Todd Leonhardt | 2018-07-11 | 1 | -2/+7 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Allow onecmd to accept a raw string for backward compatibility with cmd | Todd Leonhardt | 2018-07-10 | 1 | -2/+7 | |
| |/ | | | | | | | This addresses #464 | |||||
* | | Fixed a Sphinx autodoc warning due to minor formatting issues in docstring ↵ | Todd Leonhardt | 2018-07-09 | 1 | -2/+3 | |
| | | | | | | | | of ppaged method | |||||
* | | Fixed a couple type hints and minor pep8-style formatting issues | Todd Leonhardt | 2018-07-09 | 1 | -9/+7 | |
| | | ||||||
* | | Add type hinting to hook methods | kotfu | 2018-07-07 | 1 | -12/+12 | |
| | | ||||||
* | | Merge branch 'master' into plugin_functions | kotfu | 2018-07-05 | 1 | -4/+3 | |
|\ \ | |/ | ||||||
| * | Bumped version to 0.9.3 now that 0.9.2 release is out | Todd Leonhardt | 2018-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Bump version to 0.9.2 in preparation for release | Todd Leonhardt | 2018-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix bug for startup script with spaces | Todd Leonhardt | 2018-06-26 | 1 | -1/+1 | |
| | |