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
*
Refactored custom ArgparseCompleter functionality so they will now be set usi...
Kevin Van Brunt
2021-09-01
1
-7
/
+0
*
* New function `set_default_command_completer_type()` allows developer to ext...
Eric Lin
2021-08-23
1
-0
/
+7
*
Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...
Kevin Van Brunt
2021-06-17
1
-2
/
+2
*
Updated main code to use f-strings
Kevin Van Brunt
2021-04-13
1
-3
/
+3
*
And that's the last of it. Passes mypy.
Eric Lin
2021-04-06
1
-8
/
+9
*
Command function formats defined and decorators.py updated with the defined s...
Eric Lin
2021-04-06
1
-22
/
+70
*
More mypy fixes
Eric Lin
2021-04-06
1
-3
/
+4
*
More mypy validation changes. cmd2.py is nearly fully mypy compliant now.
Eric Lin
2021-04-02
1
-1
/
+1
*
More things to make mypy happy.
Eric Lin
2021-04-02
1
-19
/
+47
*
Fixed black, isort, flake8, and doc8 issues
Todd Leonhardt
2021-02-19
1
-4
/
+7
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
1
-59
/
+4
|
\
|
*
Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.
Kevin Van Brunt
2021-01-22
1
-43
/
+0
|
*
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-22
1
-6
/
+24
|
|
\
|
*
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2020-08-28
1
-4
/
+4
|
|
\
\
|
*
|
|
Removed Namespace.__statement__
Kevin Van Brunt
2020-08-27
1
-3
/
+0
*
|
|
|
Add in isort changes
Todd Leonhardt
2021-01-31
1
-6
/
+19
*
|
|
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-38
/
+45
|
|
_
|
/
|
/
|
|
*
|
|
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