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
/
argparse_custom.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating docs
Kevin Van Brunt
2021-09-01
1
-0
/
+2
*
Added ap_completer_type arg to Cmd2ArgumentParser.__init__().
Kevin Van Brunt
2021-09-01
1
-0
/
+11
*
Refactored custom ArgparseCompleter functionality so they will now be set usi...
Kevin Van Brunt
2021-09-01
1
-3
/
+65
*
Merge branch 'master' into topic_width
Kevin Van Brunt
2021-08-23
1
-1
/
+83
|
\
|
*
Updated documentation for setting custom parsers
Kevin Van Brunt
2021-08-23
1
-1
/
+4
|
*
Applied black format
Eric Lin
2021-08-23
1
-0
/
+1
|
*
* New function `set_default_command_completer_type()` allows developer to ext...
Eric Lin
2021-08-23
1
-0
/
+78
*
|
Updated documentation
topic_width
Kevin Van Brunt
2021-08-19
1
-0
/
+1
*
|
Merge branch 'master' into topic_width
Kevin Van Brunt
2021-08-19
1
-25
/
+0
|
\
\
|
|
/
|
*
Deleted set_choices_provider() and set_completer() which were deprecated in 2...
Kevin Van Brunt
2021-08-19
1
-25
/
+0
*
|
set command output now uses SimpleTable.
Kevin Van Brunt
2021-08-19
1
-0
/
+1
|
/
*
Added accessor methods for cmd2-specific attributes to the argparse.Action cl...
Kevin Van Brunt
2021-07-04
1
-50
/
+269
*
Fixed handling of argparse's default options group name which was changed in ...
Kevin Van Brunt
2021-06-17
1
-2
/
+7
*
Updated main code to use f-strings
Kevin Van Brunt
2021-04-13
1
-12
/
+10
*
And that's the last of it. Passes mypy.
Eric Lin
2021-04-06
1
-3
/
+31
*
More mypy fixes
Eric Lin
2021-04-06
1
-10
/
+21
*
More mypy validation changes. cmd2.py is nearly fully mypy compliant now.
Eric Lin
2021-04-02
1
-4
/
+3
*
More things to make mypy happy.
Eric Lin
2021-04-02
1
-2
/
+2
*
Resolves comments from PR
Eric Lin
2021-03-18
1
-31
/
+110
*
Some mypy validation fixes
Eric Lin
2021-03-18
1
-27
/
+43
*
Start making small changes to fix mypy warnings
Todd Leonhardt
2021-02-21
1
-4
/
+5
*
Fixed black, isort, flake8, and doc8 issues
Todd Leonhardt
2021-02-19
1
-13
/
+17
*
Merge branch 'master' into black
Todd Leonhardt
2021-02-19
1
-119
/
+62
|
\
|
*
Merge branch 'master' into 2.0
Kevin Van Brunt
2021-01-22
1
-4
/
+19
|
|
\
|
*
\
Merge branch 'master' into 2.0
Todd Leonhardt
2020-11-11
1
-11
/
+13
|
|
\
\
|
*
\
\
Merge branch 'master' into 2.0
Kevin Van Brunt
2020-08-27
1
-1
/
+19
|
|
\
\
\
|
*
|
|
|
Documented support for standalone functions being used as completers and choi...
Kevin Van Brunt
2020-08-18
1
-3
/
+8
|
*
|
|
|
Replaced choices_function / choices_method with choices_provider.
Kevin Van Brunt
2020-08-13
1
-100
/
+48
*
|
|
|
|
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-36
/
+55
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-4
/
+19
|
|
_
|
/
|
/
|
|
*
|
|
Fixed issue where instantiating more than one cmd2-based class which uses the...
duplicate_subcommand
Kevin Van Brunt
2020-09-30
1
-11
/
+13
|
|
/
|
/
|
*
|
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
1
-1
/
+19
|
/
*
Fixed bug when trying to format help text of argument which used a tuple as i...
Kevin Van Brunt
2020-08-12
1
-18
/
+27
*
Breaking change: Removed cmd2 app as a required second parameter to
Eric Lin
2020-08-12
1
-9
/
+2
*
Minor formatting fixes. Injecting a function into namespace objects before pa...
Eric Lin
2020-08-04
1
-1
/
+0
*
Now maintains a command->CommandSet mapping and passes the CommandSet
anselor
2020-08-04
1
-11
/
+35
*
Updated documentation
Kevin Van Brunt
2020-08-04
1
-2
/
+10
*
Updated documentation
Kevin Van Brunt
2020-08-04
1
-1
/
+5
*
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
1
-24
/
+26
*
Suggested PR Fixes.
Eric Lin
2020-08-04
1
-1
/
+1
*
Adds support for injectable subcommands as part of CommandSet
Eric Lin
2020-08-04
1
-2
/
+30
*
Updates the example to remove usage of the now remove ability to
Eric Lin
2020-08-04
1
-5
/
+26
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-1
/
+1
*
Completion doc updates
Kevin Van Brunt
2020-04-23
1
-12
/
+9
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-1
/
+1
|
\
|
*
Consistently use :raises: instead of :raises (make sure there is a trailing c...
Todd Leonhardt
2020-04-20
1
-1
/
+1
*
|
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
1
-11
/
+8
|
/
*
Removed duplicate word and capitalized two comment sentences
Kevin Van Brunt
2020-02-25
1
-2
/
+2
*
Add argparse stuff to api
kotfu
2020-02-22
1
-142
/
+173
[next]