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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied black format
Eric Lin
2021-08-23
1
-1
/
+2
*
* New function `set_default_command_completer_type()` allows developer to ext...
Eric Lin
2021-08-19
1
-1
/
+11
*
More mypy validation changes. cmd2.py is nearly fully mypy compliant now.
Eric Lin
2021-04-02
1
-3
/
+5
*
MyPy strict checking doesn't allow implicit exports. Must explicitly export i...
Eric Lin
2021-04-02
1
-0
/
+41
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
1
-3
/
+3
|
\
|
*
Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.
Kevin Van Brunt
2021-01-22
1
-2
/
+1
|
*
Moved two classes from cmd2.py to utils.py.
Kevin Van Brunt
2020-09-09
1
-2
/
+2
|
*
Refactored ArgparseCompleter to support custom completion
Kevin Van Brunt
2020-09-01
1
-1
/
+1
|
*
Merge branch 'master' into 2.0
Kevin Van Brunt
2020-08-27
1
-1
/
+1
|
|
\
|
*
|
Replaced choices_function / choices_method with choices_provider.
Kevin Van Brunt
2020-08-13
1
-2
/
+2
*
|
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-2
/
+3
|
|
/
|
/
|
*
|
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
1
-1
/
+1
|
/
*
Verify that a completer function is defined in a CommandSet before
Eric Lin
2020-08-06
1
-2
/
+3
*
Adds support for injectable subcommands as part of CommandSet
Eric Lin
2020-08-04
1
-1
/
+1
*
Removed support for functions outside of CommandSets
Eric Lin
2020-08-04
1
-1
/
+1
*
Some minor cleanup of how imports work. Fixed issue with help documentation f...
Eric Lin
2020-08-04
1
-0
/
+1
*
Added type annotations for fields in cmd2.Cmd.
Eric Lin
2020-07-21
1
-1
/
+2
*
replace pkg_resources with importlib.metadata
Doug Hellmann
2020-07-12
1
-3
/
+8
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
1
-0
/
+1
*
Moved categorize() to utils.py and made set_parser_prog() non-public
Kevin Van Brunt
2020-02-20
1
-2
/
+2
*
Moved custom cmd2 exceptions to a separate file and removed them from public API
Todd Leonhardt
2020-02-18
1
-1
/
+1
*
Made CompletionError exception available to non-argparse tab completion
Kevin Van Brunt
2020-02-17
1
-2
/
+2
*
Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...
Todd Leonhardt
2020-02-06
1
-1
/
+1
*
Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs
Todd Leonhardt
2020-02-04
1
-0
/
+1
*
Added capability to override the argument parser class used by cmd2 built-in ...
Kevin Van Brunt
2019-11-19
1
-1
/
+11
*
Moving a bit of code around to shrink cmd2.py
Kevin Van Brunt
2019-10-31
1
-3
/
+4
*
Added CompletionError exception class
Kevin Van Brunt
2019-09-20
1
-1
/
+1
*
Renamed PyscriptBridge to PyBridge
Kevin Van Brunt
2019-07-20
1
-1
/
+1
*
Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...
Kevin Van Brunt
2019-07-18
1
-1
/
+1
*
Renamed Cmd2ArgParser to ArgParser
Kevin Van Brunt
2019-07-12
1
-1
/
+1
*
Moved all custom argparse classes intended for normal development to argparse...
Kevin Van Brunt
2019-07-07
1
-0
/
+1
*
Added import of ansi.style directly into cmd2 namespace in __init__.py
Todd Leonhardt
2019-06-29
1
-0
/
+1
*
Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...
Todd Leonhardt
2019-06-16
1
-0
/
+1
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Use setuptools_scm for version numbers
kotfu
2018-07-29
1
-2
/
+10
*
Deprecated CmdResult helper class and promoted CommandResult
Todd Leonhardt
2018-06-23
1
-1
/
+2
*
Working on improving type hinting
Todd Leonhardt
2018-06-09
1
-0
/
+1
*
Add EmptyStatement exception to default imports
kotfu
2018-05-23
1
-1
/
+1
*
Add Statement to default import
kotfu
2018-05-15
1
-1
/
+1
*
Extract AddSubmenu() into it’s own module
kotfu
2018-05-06
1
-1
/
+1
*
Add default imports back in
kotfu
2018-05-06
1
-0
/
+2
*
Addressed comments.
Eric Lin
2018-05-02
1
-2
/
+0
*
Merge remote-tracking branch 'origin/master' into bash_completion
Eric Lin
2018-04-27
1
-18
/
+0
|
\
*
|
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-2
/
+2
*
|
Initial customization of CompletionFinder
Eric Lin
2018-04-24
1
-0
/
+17
|
/
*
Cleaned up __init__.py
Todd Leonhardt
2018-04-17
1
-5
/
+2
*
Fix unit tests on package branch
Todd Leonhardt
2018-04-17
1
-3
/
+3
*
Most of the unit tests fixed.
kotfu
2018-04-16
1
-1
/
+3
*
Basic structure for cmd2 as a package
kotfu
2018-04-16
1
-0
/
+6
*
Revert "Basic structure for cmd2 as a package"
kotfu
2018-04-16
1
-6
/
+0
[next]