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
*
Fix unit test that was failing when EDITOR environment variable was set
editors
Todd Leonhardt
2020-11-21
1
-2
/
+2
*
Updated utils.find_editor() to include more Windows editors
Kevin Van Brunt
2020-11-19
1
-49
/
+12
*
feat(utils): probe editors in system path
Mikhail Ushanov
2020-11-17
2
-18
/
+59
*
Fixed bug where setting always_show_hint=True did not show a hint when comple...
settable_hint
Kevin Van Brunt
2020-11-12
1
-0
/
+1
*
Format multiline docstrings to match other help messages
Bambu
2020-10-09
1
-0
/
+15
*
Fixed issue where quoted redirectors and terminators in aliases and macros we...
Kevin Van Brunt
2020-09-30
1
-10
/
+13
*
Merge branch 'master' into silence
Kevin Van Brunt
2020-09-17
1
-0
/
+7
|
\
|
*
Minor type hinting fixes.
Eric Lin
2020-09-11
1
-0
/
+7
*
|
Added --silent flag to alias/macro create.
Kevin Van Brunt
2020-09-10
1
-0
/
+30
|
/
*
argparse tab completion now groups flag names which run the same action. Opti...
Kevin Van Brunt
2020-09-09
1
-26
/
+44
*
Added always_show_hint setting
Kevin Van Brunt
2020-09-05
3
-11
/
+48
*
Added unit tests for CommandSet callbacks
Kevin Van Brunt
2020-09-01
1
-4
/
+4
*
Fixed issue where subcommand added with @as_subcommand_to decorator did not d...
Kevin Van Brunt
2020-08-27
1
-9
/
+37
*
the with_argparse() decorator was incorrectly using a parsed statement object...
1.3.7
Eric Lin
2020-08-27
1
-0
/
+17
*
The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...
Kevin Van Brunt
2020-08-26
3
-4
/
+13
*
Fixed RecursionError when printing an argparse.Namespace caused by custom att...
Kevin Van Brunt
2020-08-25
2
-1
/
+24
*
Added tests for invalid subcommands
Eric Lin
2020-08-20
1
-0
/
+63
*
Minor formatting changes. Fixed some inaccurate comments
Eric Lin
2020-08-20
1
-19
/
+72
*
Updated documentation with more explicit discussions on testing
Eric Lin
2020-08-20
1
-1
/
+14
*
Fixed tab completion bug when using CompletionItem on an argument whose metav...
Kevin Van Brunt
2020-08-13
1
-5
/
+73
*
Add unit test and update CHANGELOG
Todd Leonhardt
2020-08-12
1
-0
/
+7
*
Verify that a completer function is defined in a CommandSet before
Eric Lin
2020-08-06
1
-0
/
+83
*
Marked with_arparser_and_unknown_args deprecated and consolidated
Eric Lin
2020-08-04
4
-8
/
+9
*
Moved commandset tests into an isolated test
Eric Lin
2020-08-04
1
-367
/
+0
*
Sort imports using isort
Todd Leonhardt
2020-08-04
1
-5
/
+2
*
Added more command validation. Moved some common behavior into private functi...
Eric Lin
2020-08-04
1
-9
/
+51
*
Added explicit tests for dir and setattr. Minor type hinting changes
Eric Lin
2020-08-04
1
-0
/
+24
*
Fixes issue with locating help_ annd complete_ functions when autoloading com...
Eric Lin
2020-08-04
1
-10
/
+136
*
add ability to remove commands and commandsets
Eric Lin
2020-08-04
2
-3
/
+94
*
Added new constructor parameter to flag whether commands should autoload. Add...
Eric Lin
2020-08-04
1
-0
/
+86
*
Some minor cleanup of how imports work. Fixed issue with help documentation f...
Eric Lin
2020-08-04
1
-3
/
+9
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
2
-1
/
+69
|
\
|
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
2
-1
/
+54
|
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
1
-0
/
+15
*
|
Changed how SimpleTable creates divider when divider_char is wide. It no long...
Kevin Van Brunt
2020-06-01
1
-28
/
+57
*
|
Added unit tests for base_width()
Kevin Van Brunt
2020-05-28
1
-3
/
+54
*
|
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
1
-42
/
+52
|
/
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
13
-21
/
+48
*
Updated _set_parser_prog() so future calls to add_parser() will set the corre...
Kevin Van Brunt
2020-04-23
1
-1
/
+8
*
Fixed issue where subcommand usage text could contain a subcommand alias inst...
Kevin Van Brunt
2020-04-23
1
-10
/
+52
*
Fix unit test which made incorrect assumption that vi editor would exist on a...
Todd Leonhardt
2020-04-23
1
-8
/
+3
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-5
/
+32
|
\
|
*
Added unit tests for wrappers passing kwargs to command functions
Kevin Van Brunt
2020-04-21
1
-5
/
+32
*
|
Added unit tests for padding
Kevin Van Brunt
2020-04-22
1
-0
/
+31
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Updated error text
Kevin Van Brunt
2020-04-20
1
-1
/
+1
|
*
cmd2 now considers ipy a pyscript environment
Kevin Van Brunt
2020-04-20
1
-1
/
+1
*
|
Merge branch 'master' into table_creator
Todd Leonhardt
2020-04-15
1
-26
/
+8
|
\
\
|
|
/
|
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
1
-26
/
+8
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-11
2
-1
/
+17
|
\
\
|
|
/
[next]