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
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor formatting fixes. Injecting a function into namespace objects before pa...
Eric Lin
2020-08-04
1
-7
/
+8
*
Now maintains a command->CommandSet mapping and passes the CommandSet
anselor
2020-08-04
1
-36
/
+104
*
Added handling for disabled commands to CommandSet functions
Kevin Van Brunt
2020-08-04
1
-6
/
+19
*
Fixes to how command callables are filtered from CommandSet
Eric Lin
2020-08-04
1
-4
/
+5
*
Fixed issue where we attempted to remove CommandSet from a list it was not in
Kevin Van Brunt
2020-08-04
1
-1
/
+2
*
Removed sub-class and instead patch argparse._SubParsersAction
Eric Lin
2020-08-04
1
-3
/
+3
*
Suggested PR Fixes.
Eric Lin
2020-08-04
1
-19
/
+15
*
Adds unit tests for sub-commands and additional commandset edge cases
Eric Lin
2020-08-04
1
-12
/
+17
*
Adds support for injectable subcommands as part of CommandSet
Eric Lin
2020-08-04
1
-5
/
+94
*
updated imports
Eric Lin
2020-08-04
1
-3
/
+2
*
Removed support for functions outside of CommandSets
Eric Lin
2020-08-04
1
-74
/
+11
*
Added an additional check for isinstance(method, Callable) since there are sc...
Eric Lin
2020-08-04
1
-1
/
+2
*
Added more command validation. Moved some common behavior into private functi...
Eric Lin
2020-08-04
1
-26
/
+49
*
Fixes to sphinx generation
Eric Lin
2020-08-04
1
-1
/
+1
*
Fixes issue with locating help_ annd complete_ functions when autoloading com...
Eric Lin
2020-08-04
1
-5
/
+27
*
add ability to remove commands and commandsets
Eric Lin
2020-08-04
1
-4
/
+46
*
Added new constructor parameter to flag whether commands should autoload. Add...
Eric Lin
2020-08-04
1
-31
/
+83
*
Some minor cleanup of how imports work. Fixed issue with help documentation f...
Eric Lin
2020-08-04
1
-4
/
+4
*
Initial implementation of modular command loading
Eric Lin
2020-08-04
1
-2
/
+64
*
Added type annotations for fields in cmd2.Cmd.
Eric Lin
2020-07-21
1
-26
/
+27
*
Fixed hook documentation
Kevin Van Brunt
2020-07-17
1
-4
/
+4
*
Merge branch 'master' into hint_bug
Kevin Van Brunt
2020-06-01
1
-24
/
+30
|
\
|
*
Removed pwarning() calls when command raises SystemExit
Kevin Van Brunt
2020-05-28
1
-2
/
+0
|
*
Made following changes to onecmd_plus_hooks()
Kevin Van Brunt
2020-05-07
1
-17
/
+25
|
*
Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.
Kevin Van Brunt
2020-05-07
1
-7
/
+7
*
|
Updated argparse_completer to use TableCreator for the hint table
Kevin Van Brunt
2020-05-28
1
-2
/
+2
|
/
*
Added info on semantic versioning and branching strategy to CONTRIBUTING.md
Todd Leonhardt
2020-04-24
1
-7
/
+4
*
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-9
/
+8
|
\
|
*
run_pyscript now passes a keyword arg to do_py instead of using a hidden argp...
Kevin Van Brunt
2020-04-21
1
-9
/
+8
*
|
Merge branch 'master' into table_creator
Kevin Van Brunt
2020-04-22
1
-20
/
+46
|
\
\
|
|
/
|
*
Updated error text
Kevin Van Brunt
2020-04-20
1
-4
/
+2
|
*
cmd2 now considers ipy a pyscript environment
Kevin Van Brunt
2020-04-20
1
-8
/
+17
|
*
Consistently use :raises: instead of :raises (make sure there is a trailing c...
Todd Leonhardt
2020-04-20
1
-3
/
+3
|
*
Fix doc build
Todd Leonhardt
2020-04-20
1
-1
/
+1
|
*
ipy now returns its PyBridge's stop value so the main loop can know to stop. ...
Kevin Van Brunt
2020-04-20
1
-10
/
+29
*
|
Updated docs
Kevin Van Brunt
2020-04-22
1
-2
/
+2
|
/
*
Removed exception handling around tempfile.TemporaryFile()
Kevin Van Brunt
2020-04-13
1
-5
/
+1
*
onecmd_plus_hooks() no longer handles updating any state data related to redi...
Kevin Van Brunt
2020-04-12
1
-41
/
+40
*
Simplfied _redirect_output() by raising exception instead of returning bool
Kevin Van Brunt
2020-04-11
1
-38
/
+34
*
Simplified onecmd_plus_hooks by reducing number of calls to _run_cmdfinalizat...
Kevin Van Brunt
2020-04-11
1
-6
/
+6
*
Made some optional arguments with defaults keyword-only.
Kevin Van Brunt
2020-04-11
1
-3
/
+3
*
Removed the shebang from cmd2.py which was a hangover from when that file for...
Todd Leonhardt
2020-04-08
1
-1
/
+0
*
Updated comment
Kevin Van Brunt
2020-03-26
1
-1
/
+1
*
Since runcode() catches most KeyboardInterrupts, just ignore any that make th...
Kevin Van Brunt
2020-03-26
1
-5
/
+3
*
Ctrl-C now stops a running text script instead of just the current script com...
Kevin Van Brunt
2020-03-26
1
-17
/
+33
*
do_shell() now saves the return code of the command it runs in self.last_resu...
Kevin Van Brunt
2020-03-20
1
-0
/
+3
*
Added Cmd2ShlexError
Kevin Van Brunt
2020-03-12
1
-8
/
+11
*
Changed name of exception class as requested in code review
Kevin Van Brunt
2020-03-05
1
-2
/
+2
*
Prevent postcmd_hook from running when argparse fails
Kevin Van Brunt
2020-03-05
1
-8
/
+7
*
Making build_settables() public again
Kevin Van Brunt
2020-02-28
1
-3
/
+3
[next]