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
/
tests_isolated
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes default category to be heritable by default - meaning that subclasses...
Eric Lin
2020-09-11
2
-0
/
+114
*
Fixed type hints in example code
1.3.9
Kevin Van Brunt
2020-09-03
1
-1
/
+1
*
Added CommandSet.on_unregistered()
Kevin Van Brunt
2020-09-03
1
-2
/
+7
*
Updated docs
Kevin Van Brunt
2020-09-01
1
-7
/
+6
*
Added unit tests for CommandSet callbacks
Kevin Van Brunt
2020-09-01
1
-1
/
+22
*
Fixed issue where subcommand added with @as_subcommand_to decorator did not d...
Kevin Van Brunt
2020-08-27
1
-9
/
+9
*
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
1
-6
/
+6
*
Added tests for invalid subcommands
Eric Lin
2020-08-20
1
-0
/
+27
*
Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is ...
Kevin Van Brunt
2020-08-19
1
-0
/
+35
*
When passing a ns_provider to an argparse command, will now attempt to resolv...
Eric Lin
2020-08-12
1
-5
/
+29
*
Breaking change: Removed cmd2 app as a required second parameter to
Eric Lin
2020-08-12
2
-135
/
+112
*
Will now traverse down CommandSet inheritance tree to find all leaf descendants.
1.3.2
Eric Lin
2020-08-10
1
-5
/
+34
*
Fixed prog value of subcommands added with as_subcommand_to() decorator.
Kevin Van Brunt
2020-08-07
1
-2
/
+2
*
Verify that a completer function is defined in a CommandSet before
Eric Lin
2020-08-06
5
-0
/
+1137