File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 scroll the actual error message off the screen.
2020 * Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
2121 readline. This makes debugging a lot easier since readline suppresses these exceptions.
22+ * Added support for custom Namespaces in the argparse decorators. See description of ` ns_provider ` argument
23+ for more information.
2224* Potentially breaking changes
2325 * Replaced ` unquote_redirection_tokens() ` with ` unquote_specific_tokens() ` . This was to support the fix
2426 that allows terminators in alias and macro values.
25- * Changed ` Statement.pipe_to ` to a string instead of a list
27+ * Changed ` Statement.pipe_to ` to a string instead of a list
28+ * ` preserve_quotes ` is now a keyword-only argument in the argparse decorators
2629* ** Python 3.4 EOL notice**
2730 * Python 3.4 reached its [ end of life] ( https://www.python.org/dev/peps/pep-0429/ ) on March 18, 2019
2831 * This is the last release of ` cmd2 ` which will support Python 3.4
You can’t perform that action at this time.
0 commit comments