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
/
examples
/
subcommands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-0
/
+2
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-0
/
+1
*
Removed all instances where a parser's prog attribute was being set since thi...
Kevin Van Brunt
2019-10-30
1
-2
/
+2
*
Changed all uses of sub-command to subcommand
Kevin Van Brunt
2019-07-19
1
-21
/
+21
*
Fixing unit tests
Kevin Van Brunt
2019-07-04
1
-4
/
+2
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-1
/
+2
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-21
/
+21
*
Added the the ability to format help to the AutoCompleter to support sub-comm...
Eric Lin
2018-09-23
1
-0
/
+38
*
Simplify subcommnads.py example
Todd Leonhardt
2018-05-31
1
-21
/
+2
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-3
/
+2
*
Fixes problem with not passing the parameter hint suppression down to sub-com...
Eric Lin
2018-05-22
1
-0
/
+4
*
Another attempt at getting it working on travis.
Eric Lin
2018-05-04
1
-3
/
+0
*
Added checks to detect if argcomplete is installed.
Eric Lin
2018-04-25
1
-12
/
+17
*
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-29
/
+42
*
Added some more comments for clarification.
Eric Lin
2018-04-21
1
-1
/
+1
*
Switched the default behavior in cmd2 for argparse commands to use the AutoCo...
Eric Lin
2018-04-21
1
-10
/
+1
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
1
-4
/
+11
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-1
/
+1
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
1
-6
/
+11
*
Removed unused imports
Kevin Van Brunt
2018-03-25
1
-2
/
+0
*
Made subcommand specific completion work with Python 2 in the examples
Kevin Van Brunt
2018-03-24
1
-6
/
+4
*
Fixed check for whether a subcommand was entered
Kevin Van Brunt
2018-03-23
1
-2
/
+3
*
Added a default signal handler for SIGINT (Ctrl-C)
Todd Leonhardt
2018-03-19
1
-3
/
+3
*
Fix unit tests and example
Todd Leonhardt
2018-03-16
1
-2
/
+5
*
Added unit tests and examples for tab completion of subcommands
Kevin Van Brunt
2018-03-16
1
-7
/
+27
*
No longer need to manually specify subcommand names for tab completion
Kevin Van Brunt
2018-03-14
1
-4
/
+1
*
Fixed typo
Kevin Van Brunt
2018-03-01
1
-1
/
+1
*
Renamed @with_argument_parser decorator to @with_argparser
Todd Leonhardt
2018-01-21
1
-6
/
+6
*
Added unit tests for sub-commands
Todd Leonhardt
2018-01-20
1
-2
/
+2
*
Tab-completion of subcommand names is now supported
Todd Leonhardt
2018-01-20
1
-1
/
+4
*
Just improved a few comments in the subcommands.py example
Todd Leonhardt
2018-01-20
1
-3
/
+3
*
Added support for argparse sub-commands when using cmd2 decorators
Todd Leonhardt
2018-01-20
1
-0
/
+58