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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed all uses of sub-command to subcommand
Kevin Van Brunt
2019-07-19
3
-31
/
+31
*
Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...
Kevin Van Brunt
2019-07-18
2
-28
/
+29
*
Added unit tests for tab completing multiline commands
Kevin Van Brunt
2019-07-17
1
-10
/
+46
*
Added unit tests to cover invalid subcommand names in completions
Kevin Van Brunt
2019-07-16
1
-1
/
+24
*
Skipping unit test on non-Windows because of unreliable behavior on TravisCI ...
Kevin Van Brunt
2019-07-16
1
-1
/
+2
*
Merge branch 'master' into default_sort_key
Kevin Van Brunt
2019-07-16
1
-4
/
+4
|
\
|
*
Fixed documentation for run_script and renamed history option
Kevin Van Brunt
2019-07-16
1
-4
/
+4
*
|
Moved the sorting of shortcuts into StatementParser which allows users to pas...
Kevin Van Brunt
2019-07-16
2
-2
/
+2
*
|
Renamed matches_sort_key to default_sort_key and using it to sort additional d
Kevin Van Brunt
2019-07-15
2
-10
/
+10
|
/
*
Changed format of help where nargs is a number greater than 1
Kevin Van Brunt
2019-07-15
1
-33
/
+28
*
More unit tests
Kevin Van Brunt
2019-07-15
1
-9
/
+47
*
Added unit tests
Kevin Van Brunt
2019-07-15
1
-10
/
+55
*
Added ability to specify nargs ranges with no upper bound
Kevin Van Brunt
2019-07-15
2
-27
/
+17
*
Make max_completion_items settable
Kevin Van Brunt
2019-07-15
2
-0
/
+3
*
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
2
-25
/
+24
*
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
*
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-11
2
-4
/
+4
|
\
|
*
Restore self.statement_parser to a public attribute in cmd2.Cmd
Todd Leonhardt
2019-07-10
2
-4
/
+4
*
|
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 for argparse_custom.py
Kevin Van Brunt
2019-07-10
1
-7
/
+101
*
|
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
*
|
Moved all custom argparse classes intended for normal development to argparse...
Kevin Van Brunt
2019-07-07
1
-3
/
+6
*
|
Hiding flags that have help value of SUPRESSED in tab completion results
Kevin Van Brunt
2019-07-07
1
-0
/
+91
*
|
More unit tests
Kevin Van Brunt
2019-07-06
1
-32
/
+54
*
|
Fixed issue where default descriptive header wasn't set correctly
Kevin Van Brunt
2019-07-06
1
-2
/
+2
*
|
More unit tests
Kevin Van Brunt
2019-07-06
1
-5
/
+60
*
|
Updating unit tests
Kevin Van Brunt
2019-07-06
1
-62
/
+94
*
|
Added ability to limit how many CompletionItems display at a time
Kevin Van Brunt
2019-07-06
1
-1
/
+1
*
|
Display set command tab-completion results as CompletionItems
Kevin Van Brunt
2019-07-06
1
-16
/
+14
*
|
Made alias and macro tab completion lookup results use CompletionItems
Kevin Van Brunt
2019-07-06
1
-4
/
+17
*
|
Refactoring and more unit tests
Kevin Van Brunt
2019-07-05
1
-30
/
+58
*
|
Reorganized argparse completion and custom unit tests
Kevin Van Brunt
2019-07-05
2
-16
/
+15
[next]