index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd2
/
decorators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-6
/
+24
*
the with_argparse() decorator was incorrectly using a parsed statement object...
1.3.7
Eric Lin
2020-08-27
1
-4
/
+4
*
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
1
-14
/
+22
*
Fixed RecursionError when printing an argparse.Namespace caused by custom att...
Kevin Van Brunt
2020-08-25
1
-6
/
+8
*
When passing a ns_provider to an argparse command, will now attempt to resolv...
Eric Lin
2020-08-12
1
-2
/
+6
*
Breaking change: Removed cmd2 app as a required second parameter to
Eric Lin
2020-08-12
1
-6
/
+8
*
Moved code which copies subparser's settings to _register_subcommands().
Kevin Van Brunt
2020-08-07
1
-23
/
+5
*
Fixed prog value of subcommands added with as_subcommand_to() decorator.
Kevin Van Brunt
2020-08-07
1
-9
/
+30
*
Marked with_arparser_and_unknown_args deprecated and consolidated
Eric Lin
2020-08-04
1
-64
/
+33
*
Minor formatting fixes. Injecting a function into namespace objects before pa...
Eric Lin
2020-08-04
1
-0
/
+13
*
Now maintains a command->CommandSet mapping and passes the CommandSet
anselor
2020-08-04
1
-3
/
+6
*
Suggested PR Fixes.
Eric Lin
2020-08-04
1
-6
/
+17
*
Adds support for injectable subcommands as part of CommandSet
Eric Lin
2020-08-04
1
-0
/
+31
*
updated imports
Eric Lin
2020-08-04
1
-1
/
+4
*
added additional documentation for new decorator behavior
Eric Lin
2020-08-04
1
-3
/
+24
*
Adjusted decorators to accept variable positional parameters
Eric Lin
2020-08-04
1
-18
/
+41
*
Updated _set_parser_prog() so future calls to add_parser() will set the corre...
Kevin Van Brunt
2020-04-23
1
-1
/
+5
*
Fixed issue where subcommand usage text could contain a subcommand alias inst...
Kevin Van Brunt
2020-04-23
1
-5
/
+20
*
argument_list and argparse wrappers now pass kwargs through to the wrapped co...
Kevin Van Brunt
2020-04-20
1
-7
/
+35
*
Added Cmd2ShlexError
Kevin Van Brunt
2020-03-12
1
-3
/
+3
*
Changed name of exception class as requested in code review
Kevin Van Brunt
2020-03-05
1
-3
/
+3
*
Prevent postcmd_hook from running when argparse fails
Kevin Van Brunt
2020-03-05
1
-2
/
+3
*
Revise table of contents to include a description of each module
kotfu
2020-02-24
1
-1
/
+1
*
Add examples to argpars decorators
kotfu
2020-02-24
1
-3
/
+31
*
Embedded examples and cross-links for categorize() and with_category()
kotfu
2020-02-20
1
-0
/
+3
*
Merge branch 'master' into api_docs
kotfu
2020-02-20
1
-1
/
+1
|
\
|
*
Moved categorize() to utils.py and made set_parser_prog() non-public
Kevin Van Brunt
2020-02-20
1
-20
/
+6
*
|
Add documentation for parsing classes
kotfu
2020-02-14
1
-14
/
+26
*
|
move `categorize()` to `utils.py` and make `set_parser_prog` a private method
kotfu
2020-02-14
1
-19
/
+5
*
|
Add example to with_argument_list docstring
kotfu
2020-02-10
1
-3
/
+13
|
/
*
Moving a bit of code around to shrink cmd2.py
Kevin Van Brunt
2019-10-31
1
-0
/
+203