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
/
python_scripting.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...
Kevin Van Brunt
2021-06-17
1
-2
/
+1
*
Style changes from running black on Python 3.9
Kevin Van Brunt
2021-04-27
1
-1
/
+1
*
Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.
Kevin Van Brunt
2021-03-30
1
-2
/
+2
*
Add in isort changes
Todd Leonhardt
2021-01-31
1
-1
/
+3
*
Attempt to fix remaining black failures
Todd Leonhardt
2021-01-31
1
-2
/
+2
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-3
/
+2
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-1
/
+3
*
Marked with_arparser_and_unknown_args deprecated and consolidated
Eric Lin
2020-08-04
1
-1
/
+1
*
Update scripting docs. Closes #765.
kotfu
2020-02-28
1
-13
/
+19
*
Updated python scripting exmaple to illustrate how
Eric Lin
2020-02-24
1
-17
/
+11
*
Overhauling tab completion examples
Kevin Van Brunt
2020-02-12
1
-0
/
+1
*
Renamed locals_in_py to self_in_py
Todd Leonhardt
2020-01-27
1
-1
/
+1
*
Minor update to embedded python shells docs
Todd Leonhardt
2019-11-03
1
-1
/
+1
*
Simplified ansi color dictionaries and lookup methods
Todd Leonhardt
2019-06-27
1
-3
/
+2
*
Replaced more pexcept uses with perror
Kevin Van Brunt
2019-06-25
1
-3
/
+3
*
Initial Commit for Issue 698
xNinjaKittyx
2019-06-24
1
-3
/
+3
*
Made last_result public and restored the initialization of it in __init__ and...
Todd Leonhardt
2019-06-23
1
-4
/
+4
*
Updated comment
Kevin Van Brunt
2019-06-15
1
-4
/
+4
*
Updated various documentation and tests to not use load
Todd Leonhardt
2019-06-15
1
-4
/
+4
*
Updated documentation
Kevin Van Brunt
2019-06-15
1
-2
/
+2
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
1
-1
/
+2
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-1
/
+1
*
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-25
1
-1
/
+1
|
\
|
*
Removed a Python3-only comment from an example since Python 2 is no longer su...
Todd Leonhardt
2018-09-25
1
-1
/
+1
*
|
Added optional color argument to poutput() for providing a color escape code ...
Todd Leonhardt
2018-09-24
1
-1
/
+3
|
/
*
Removed remaining type hints in docstrings
Kevin Van Brunt
2018-09-21
1
-4
/
+4
*
Deprecated CmdResult helper class and promoted CommandResult
Todd Leonhardt
2018-06-23
1
-5
/
+7
*
Fixed conditional.py script
Todd Leonhardt
2018-05-26
1
-0
/
+1
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
1
-1
/
+1
*
Removed the expensive imports from cmd2/__init__.py
Eric Lin
2018-04-25
1
-1
/
+1
*
Started removing dependency on six
Todd Leonhardt
2018-04-15
1
-1
/
+1
*
Addressed code review comments
Kevin Van Brunt
2018-03-27
1
-3
/
+3
*
Fixed python_scripting.py example
Todd Leonhardt
2018-03-01
1
-11
/
+11
*
Cleanup of documentation and examples
Todd Leonhardt
2018-01-17
1
-1
/
+0
*
Renamed new decorator to @with_argparser_and_unknown_args to make it more des...
Todd Leonhardt
2018-01-15
1
-2
/
+2
*
Changed @with_argument_parser to only pass single argument to commands
Todd Leonhardt
2018-01-15
1
-8
/
+10
*
Modified examples still using @options to import make_option from optparse
Todd Leonhardt
2018-01-15
1
-10
/
+10
*
Add screenshot to front page
Todd Leonhardt
2017-07-03
1
-1
/
+1
*
Moved example scripts from examples to examples/scripts directly
Todd Leonhardt
2017-06-21
1
-1
/
+1
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
1
-3
/
+3
*
Updated documentation and examples
Todd Leonhardt
2017-06-14
1
-2
/
+2
*
Updated an example, features, and changes based on new support for path and c...
Todd Leonhardt
2017-05-17
1
-12
/
+3
*
Improved the CmdResult namedtuple subclass
Todd Leonhardt
2017-03-14
1
-5
/
+5
*
Added intro with unicode characters to one example.
Todd Leonhardt
2017-03-14
1
-3
/
+5
*
Improved examples
Todd Leonhardt
2017-03-11
1
-3
/
+23
*
Added an example for how conditional control flow of a cmd2 application can b...
Todd Leonhardt
2017-03-11
1
-0
/
+102