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
/
examples
/
tab_autocompletion.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...
Kevin Van Brunt
2019-07-18
1
-3
/
+3
*
Renamed Cmd2ArgParser to ArgParser
Kevin Van Brunt
2019-07-12
1
-3
/
+3
*
More argparse completer unit tests
Kevin Van Brunt
2019-07-07
1
-6
/
+6
*
Moved all custom argparse classes intended for normal development to argparse...
Kevin Van Brunt
2019-07-07
1
-3
/
+2
*
Fixed unit tests
Kevin Van Brunt
2019-07-05
1
-259
/
+0
*
Fixing examples
Kevin Van Brunt
2019-07-04
1
-39
/
+25
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-1
/
+2
*
Improved code coverage
Kevin Van Brunt
2019-05-07
1
-1
/
+1
*
Updated the examples to illustrate sorting CompletionItems
Kevin Van Brunt
2019-02-27
1
-2
/
+5
*
Made cmd2_app a positional and required argument of AutoCompleter.
Kevin Van Brunt
2019-02-23
1
-1
/
+4
*
Fixed examples
Kevin Van Brunt
2019-02-08
1
-2
/
+2
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-21
/
+21
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into argparse_remainder
Eric Lin
2018-10-06
1
-4
/
+4
|
\
|
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-4
/
+4
*
|
Fixed a few edge cases:
Eric Lin
2018-10-06
1
-0
/
+2
*
|
Added handling of nargs=argparse.REMAINDER in both AutoCompleter and Argparse...
Eric Lin
2018-10-06
1
-1
/
+1
|
/
*
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
1
-7
/
+4
*
Updated argparse_completer to automatically set the matches_sorted flag for t...
Eric Lin
2018-08-01
1
-5
/
+7
*
Added a check to verify the existence of a descriptive header. Added a consta...
Eric Lin
2018-06-13
1
-3
/
+2
*
Adds possible support for tabular tab completion results.
Eric Lin
2018-06-06
1
-1
/
+17
*
Fix import stragglers
kotfu
2018-05-23
1
-2
/
+3
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-16
/
+15
*
Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...
Eric Lin
2018-05-19
1
-3
/
+12
*
Some fixes to autocompleter to make it easier to do delimited and file comple...
Eric Lin
2018-05-18
1
-1
/
+19
*
Merge branch 'bash_completion' into bash_to_pyscript
Eric Lin
2018-05-02
1
-2
/
+2
|
\
|
*
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-2
/
+2
*
|
Added support for customizing the pyscript bridge pystate object name.
Eric Lin
2018-05-02
1
-0
/
+1
*
|
Added more tests exercising the pyscript bridge.
Eric Lin
2018-04-30
1
-0
/
+1
*
|
Added support for translating function positional and keyword arguments into ...
Eric Lin
2018-04-28
1
-1
/
+1
|
/
*
Added support for using cmd2 application class methods as an argument complet...
Eric Lin
2018-04-23
1
-1
/
+5
*
Addressed PR comments. Simplified some of the implementation per PR comments.
Eric Lin
2018-04-23
1
-111
/
+85
*
Added some documentation related to the latest changes.
Eric Lin
2018-04-21
1
-1
/
+9
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
1
-9
/
+89
*
Started adding type hints
Todd Leonhardt
2018-04-19
1
-2
/
+1
*
Identified and marked a few blocks of code that can't be reached during unit ...
Eric Lin
2018-04-19
1
-1
/
+5
*
Addresses comments on #362
Eric Lin
2018-04-19
1
-12
/
+12
*
Merge remote-tracking branch 'origin/master' into autocompleter
Eric Lin
2018-04-18
1
-2
/
+1
*
Some minor tweaks to AutoCompleter handling a collection of index-based funct...
Eric Lin
2018-04-17
1
-1
/
+89
*
Added unit tests for AutoCompleter.
Eric Lin
2018-04-16
1
-11
/
+8
*
Added more advanced/complex autocompleter examples.
Eric Lin
2018-04-16
1
-20
/
+174
*
Matched changes in the python3 branch.
Eric Lin
2018-04-15
1
-1
/
+1
*
* AutoCompleter
Eric Lin
2018-04-15
1
-8
/
+19
*
Started working on an example for autocompleter usage.
Eric Lin
2018-04-14
1
-0
/
+175