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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed unnecessary prog value from subcommand parsers
Kevin Van Brunt
2020-08-07
1
-6
/
+6
*
Moved code which copies subparser's settings to _register_subcommands().
Kevin Van Brunt
2020-08-07
3
-179
/
+181
*
Fixed prog value of subcommands added with as_subcommand_to() decorator.
Kevin Van Brunt
2020-08-07
1
-9
/
+30
*
Verify that a completer function is defined in a CommandSet before
Eric Lin
2020-08-06
4
-10
/
+75
*
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
5
-8
/
+25
*
Now maintains a command->CommandSet mapping and passes the CommandSet
anselor
2020-08-04
6
-55
/
+168
*
Updated documentation
Kevin Van Brunt
2020-08-04
1
-2
/
+10
*
Updated documentation
Kevin Van Brunt
2020-08-04
1
-1
/
+5
*
Added handling for disabled commands to CommandSet functions
Kevin Van Brunt
2020-08-04
1
-6
/
+19
*
Fixes to how command callables are filtered from CommandSet
Eric Lin
2020-08-04
1
-4
/
+5
*
Fixed issue where we attempted to remove CommandSet from a list it was not in
Kevin Van Brunt
2020-08-04
1
-1
/
+2
*
Fixed typo in documentation
Kevin Van Brunt
2020-08-04
1
-3
/
+3
*
Removed sub-class and instead patch argparse._SubParsersAction
Eric Lin
2020-08-04
2
-27
/
+29
*
Suggested PR Fixes.
Eric Lin
2020-08-04
4
-27
/
+35
*
Adds unit tests for sub-commands and additional commandset edge cases
Eric Lin
2020-08-04
1
-12
/
+17
*
Adds support for injectable subcommands as part of CommandSet
Eric Lin
2020-08-04
5
-8
/
+160
*
updated imports
Eric Lin
2020-08-04
3
-5
/
+7
*
Updates the example to remove usage of the now remove ability to
Eric Lin
2020-08-04
1
-5
/
+26
*
Removed support for functions outside of CommandSets
Eric Lin
2020-08-04
3
-100
/
+12
*
added additional documentation for new decorator behavior
Eric Lin
2020-08-04
1
-3
/
+24
*
Added an additional check for isinstance(method, Callable) since there are sc...
Eric Lin
2020-08-04
1
-1
/
+2
*
Adjusted decorators to accept variable positional parameters
Eric Lin
2020-08-04
1
-18
/
+41
*
Sort imports using isort
Todd Leonhardt
2020-08-04
1
-7
/
+2
*
Appears to be a type hinting olution that works for flake, sphinx, and PyCharm
Eric Lin
2020-08-04
1
-8
/
+11
*
Added more command validation. Moved some common behavior into private functi...
Eric Lin
2020-08-04
2
-27
/
+50
*
Fixes to sphinx generation
Eric Lin
2020-08-04
2
-2
/
+2
*
Fixes issue with locating help_ annd complete_ functions when autoloading com...
Eric Lin
2020-08-04
2
-26
/
+35
*
add ability to remove commands and commandsets
Eric Lin
2020-08-04
2
-5
/
+54
*
Added new constructor parameter to flag whether commands should autoload. Add...
Eric Lin
2020-08-04
1
-31
/
+83
*
Some minor cleanup of how imports work. Fixed issue with help documentation f...
Eric Lin
2020-08-04
3
-7
/
+23
*
Initial implementation of modular command loading
Eric Lin
2020-08-04
2
-2
/
+186
*
Added 'no cover' for code block which cannot be tested in our unit tests
Kevin Van Brunt
2020-08-03
1
-1
/
+1
*
Added type annotations for fields in cmd2.Cmd.
Eric Lin
2020-07-21
2
-27
/
+29
*
Fixed hook documentation
Kevin Van Brunt
2020-07-17
1
-4
/
+4
*
Added PyCharm warning suppressions
Todd Leonhardt
2020-07-13
1
-0
/
+2
*
small simplification
Todd Leonhardt
2020-07-13
1
-2
/
+1
*
slight cleanup
Todd Leonhardt
2020-07-13
1
-2
/
+2
*
Address fact that typing.Deque wasn't defined prior to 3.5.4
Todd Leonhardt
2020-07-13
1
-1
/
+9
*
replace pkg_resources with importlib.metadata
Doug Hellmann
2020-07-12
1
-3
/
+8
*
Removed divider row from tab completion hint table
Kevin Van Brunt
2020-06-01
1
-1
/
+1
*
Optimized imports
Kevin Van Brunt
2020-06-01
1
-2
/
+1
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
3
-29
/
+53
|
\
|
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
1
-2
/
+0
|
*
Made following changes to onecmd_plus_hooks()
Kevin Van Brunt
2020-05-07
2
-21
/
+29
|
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
3
-12
/
+30
*
|
Simplied table divider code for ease of reading
Kevin Van Brunt
2020-06-01
1
-3
/
+5
*
|
Changed how SimpleTable creates divider when divider_char is wide. It no long...
Kevin Van Brunt
2020-06-01
2
-32
/
+45
*
|
Changed SimpleTable.base_width() to a class method and added equivalent metho...
Kevin Van Brunt
2020-05-28
1
-10
/
+30
*
|
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
3
-31
/
+80
|
/
[prev]
[next]