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_completer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved cmd2.Cmd._decolorized_write() to ansi.py and renamed it to ansi_aware_w...
Kevin Van Brunt
2019-06-27
1
-1
/
+8
*
Changed default styles to use a more flexible approach which could be used to...
Kevin Van Brunt
2019-06-26
1
-2
/
+2
*
Added TextStyle class and default implementations for various message types l...
Kevin Van Brunt
2019-06-26
1
-4
/
+3
*
Moved code related to ANSI escape codes to new file called ansi.py
Kevin Van Brunt
2019-06-26
1
-1
/
+1
*
Reverted making constant values for colors. This will be done on a future tic...
Kevin Van Brunt
2019-06-13
1
-2
/
+2
*
Made constants for color values
Kevin Van Brunt
2019-06-12
1
-2
/
+2
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Restored newlines to ACArgumentParser help and error text
Kevin Van Brunt
2019-05-09
1
-4
/
+2
*
Removed more suppression of exceptions in argparse completer to help with deb...
Kevin Van Brunt
2019-05-07
1
-21
/
+6
*
Removed try/except in argparse completion code since we don't want to suppres...
Kevin Van Brunt
2019-05-06
1
-13
/
+10
*
ACArgumentParser no longer prints complete help text when a parsing error occurs
Kevin Van Brunt
2019-05-06
1
-8
/
+5
*
Fixed a lot of warnings
Kevin Van Brunt
2019-03-01
1
-1
/
+1
*
Updated the examples to illustrate sorting CompletionItems
Kevin Van Brunt
2019-02-27
1
-4
/
+4
*
Added matches_sort_key member to cmd2
Kevin Van Brunt
2019-02-27
1
-9
/
+14
*
Made cmd2_app a positional and required argument of AutoCompleter.
Kevin Van Brunt
2019-02-23
1
-36
/
+18
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-2
/
+5
*
Fixed issue where flag at beginning of REMAINDER section was tab completing
Kevin Van Brunt
2018-10-10
1
-10
/
+8
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-19
/
+40
*
Added tests for token_resembles_flag
Kevin Van Brunt
2018-10-09
1
-1
/
+2
*
Added ability for argcompleter to determine difference between flag and negat...
Kevin Van Brunt
2018-10-09
1
-9
/
+30
*
Fixed unit test failures and addressed code review comments
Todd Leonhardt
2018-10-06
1
-16
/
+16
*
Merge remote-tracking branch 'origin/master' into argparse_remainder
Eric Lin
2018-10-06
1
-0
/
+7
|
\
|
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-0
/
+7
*
|
Fixed a few edge cases:
Eric Lin
2018-10-06
1
-6
/
+17
*
|
Added handling of nargs=argparse.REMAINDER in both AutoCompleter and Argparse...
Eric Lin
2018-10-06
1
-31
/
+68
|
/
*
Fixed usage statement where options were still appearing after the positionals
Kevin Van Brunt
2018-09-27
1
-1
/
+1
*
Updated documentation
Kevin Van Brunt
2018-09-26
1
-0
/
+3
*
Fixing unit tests
Kevin Van Brunt
2018-09-25
1
-1
/
+1
*
Merge branch 'master' into macro
Kevin Van Brunt
2018-09-25
1
-0
/
+12
|
\
|
*
Added the the ability to format help to the AutoCompleter to support sub-comm...
Eric Lin
2018-09-23
1
-0
/
+12
*
|
Placed options at beginning of usage statement like argparse does.
Kevin Van Brunt
2018-09-24
1
-10
/
+12
|
/
*
Fixed case where hints with no text printed
Kevin Van Brunt
2018-09-21
1
-4
/
+11
*
Removed remaining type hints in docstrings
Kevin Van Brunt
2018-09-21
1
-6
/
+6
*
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
1
-4
/
+1
*
Updated argparse_completer to automatically set the matches_sorted flag for t...
Eric Lin
2018-08-01
1
-0
/
+1
*
Added some explanation of CompletionItem usage in code
Eric Lin
2018-06-13
1
-3
/
+30
*
Added a check to verify the existence of a descriptive header. Added a consta...
Eric Lin
2018-06-13
1
-1
/
+6
*
Added .mypy_cache to .gitignore
Todd Leonhardt
2018-06-10
1
-22
/
+22
*
Update to use new completion_header when returning completions in tabular for...
Eric Lin
2018-06-07
1
-5
/
+3
*
Adds possible support for tabular tab completion results.
Eric Lin
2018-06-06
1
-0
/
+40
*
Fixes problem with not passing the parameter hint suppression down to sub-com...
Eric Lin
2018-05-22
1
-0
/
+13
*
Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...
Eric Lin
2018-05-19
1
-1
/
+4
*
Some fixes to autocompleter to make it easier to do delimited and file comple...
Eric Lin
2018-05-18
1
-10
/
+40
*
Figured out how to detect the second tab press. Writing parameter hinting to ...
Eric Lin
2018-05-03
1
-1
/
+3
*
Further customization of argparse applying patch submitted to https://bugs.py...
Eric Lin
2018-04-30
1
-2
/
+262
*
Initial approach to the pyscript revamp.
Eric Lin
2018-04-24
1
-1
/
+7
*
Updated constructor arguments
Eric Lin
2018-04-23
1
-0
/
+2
*
Added support for using cmd2 application class methods as an argument complet...
Eric Lin
2018-04-23
1
-3
/
+15
*
Addressed PR comments. Simplified some of the implementation per PR comments.
Eric Lin
2018-04-23
1
-1
/
+1
*
Added some more comments for clarification.
Eric Lin
2018-04-21
1
-3
/
+5
[next]