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
/
tests
/
test_argparse_completer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-2
/
+3
*
Added apply_style to CompletionError
Kevin Van Brunt
2020-02-18
1
-39
/
+0
*
Fixed issue where argparse completion errors were being rewrapped as _ActionC...
Kevin Van Brunt
2020-02-18
1
-1
/
+41
*
Updated unit test
Kevin Van Brunt
2020-02-17
1
-2
/
+5
*
Made CompletionError exception available to non-argparse tab completion
Kevin Van Brunt
2020-02-17
1
-2
/
+2
*
Renamed AutoCompleter to ArgparseCompleter for clarity
Kevin Van Brunt
2020-02-17
1
-12
/
+12
*
Increased code coverage in argparse_completer.py back to 100%
Kevin Van Brunt
2019-12-10
1
-2
/
+2
*
Removed all instances where a parser's prog attribute was being set since thi...
Kevin Van Brunt
2019-10-30
1
-1
/
+1
*
Added comment
Kevin Van Brunt
2019-09-30
1
-1
/
+1
*
Wrote unit tests
Kevin Van Brunt
2019-09-30
1
-9
/
+72
*
Simplifying tab completion message printing
Kevin Van Brunt
2019-09-30
1
-19
/
+1
*
Added unit tests for CompletionError
Kevin Van Brunt
2019-09-23
1
-1
/
+41
*
Fixed unit tests on Python versions older than 3.7
Kevin Van Brunt
2019-09-16
1
-3
/
+3
*
Added unit test to override a parameter in a parent parser
Kevin Van Brunt
2019-09-16
1
-0
/
+6
*
Updated arg_tokens unit tests
Kevin Van Brunt
2019-09-16
1
-50
/
+15
*
Changed arg_tokens to a dictionary
Kevin Van Brunt
2019-09-16
1
-9
/
+9
*
Fixed issue where invalid subcommand token was ignored when tab completing help
Kevin Van Brunt
2019-09-13
1
-0
/
+1
*
Increased code coverage
Kevin Van Brunt
2019-09-13
1
-1
/
+2
*
Added unit tests for arg_tokens
Kevin Van Brunt
2019-09-13
1
-0
/
+57
*
AutoCompleter only passes parsed_args to choices/completer functions that hav...
Kevin Van Brunt
2019-08-27
1
-5
/
+5
*
AutoCompleter now passes parsed_args to all choices and completer functions
Kevin Van Brunt
2019-08-22
1
-5
/
+5
*
Replaced AutoCompleter._positional_completers since an ArgumentParser can onl...
Kevin Van Brunt
2019-08-12
1
-1
/
+1
*
Fixed unit tests
Kevin Van Brunt
2019-07-20
1
-6
/
+15
*
Changed all uses of sub-command to subcommand
Kevin Van Brunt
2019-07-19
1
-4
/
+4
*
Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...
Kevin Van Brunt
2019-07-18
1
-12
/
+12
*
Added unit tests to cover invalid subcommand names in completions
Kevin Van Brunt
2019-07-16
1
-1
/
+24
*
Renamed matches_sort_key to default_sort_key and using it to sort additional d
Kevin Van Brunt
2019-07-15
1
-7
/
+7
*
Added ability to specify nargs ranges with no upper bound
Kevin Van Brunt
2019-07-15
1
-9
/
+2
*
Made a few module functions protected
Kevin Van Brunt
2019-07-15
1
-18
/
+18
*
Added more hint unit tests
Kevin Van Brunt
2019-07-12
1
-29
/
+46
*
Simplified unit tests
Kevin Van Brunt
2019-07-12
1
-19
/
+3
*
More unit tests
Kevin Van Brunt
2019-07-12
1
-0
/
+3
*
More unit tests
Kevin Van Brunt
2019-07-12
1
-1
/
+17
*
Added unit tests for unfinished flag errors
Kevin Van Brunt
2019-07-12
1
-7
/
+46
*
Renamed Cmd2ArgParser to ArgParser
Kevin Van Brunt
2019-07-12
1
-11
/
+11
*
Refactored much of AutoCompleter.complete_command.
Kevin Van Brunt
2019-07-11
1
-22
/
+31
*
Removed unused code and add unit test
Kevin Van Brunt
2019-07-11
1
-0
/
+30
*
More unit tests
Kevin Van Brunt
2019-07-10
1
-123
/
+36
*
Small refactoring
Kevin Van Brunt
2019-07-10
1
-2
/
+2
*
Added unit tests
Kevin Van Brunt
2019-07-10
1
-1
/
+17
*
Fixed some double-dash handling logic added unit tests
Kevin Van Brunt
2019-07-10
1
-45
/
+57
*
Fixed bug where -- wasn't stopping a REMAINDER flag and did a lot of refactoring
Kevin Van Brunt
2019-07-10
1
-4
/
+8
*
Added some tests for REMAINDER flags
Kevin Van Brunt
2019-07-10
1
-8
/
+29
*
Resetting consumed arguments list each time a flag is used
Kevin Van Brunt
2019-07-08
1
-16
/
+79
*
Added code to handle flags with action set to append, append_const, and count...
Kevin Van Brunt
2019-07-08
1
-22
/
+22
*
Fixed issue where -- was not handled properly in AutoCompleter when the parse...
Kevin Van Brunt
2019-07-08
1
-38
/
+44
*
More unit tests
Kevin Van Brunt
2019-07-08
1
-1
/
+24
*
More unit tests
Kevin Van Brunt
2019-07-07
1
-6
/
+11
*
More unit tests
Kevin Van Brunt
2019-07-07
1
-8
/
+31
*
More argparse completer unit tests
Kevin Van Brunt
2019-07-07
1
-24
/
+65
[next]