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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated documentation
Kevin Van Brunt
2020-02-05
1
-1
/
+1
*
Removed unnecessary inheritance from object
Kevin Van Brunt
2020-02-04
1
-1
/
+1
*
Updated example transcripts
Todd Leonhardt
2020-02-04
2
-2
/
+2
*
Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs
Todd Leonhardt
2020-02-04
10
-11
/
+32
*
Renamed locals_in_py to self_in_py
Todd Leonhardt
2020-01-27
8
-8
/
+8
*
Made three public attributes of cmd2.Cmd no longer settable at runtime by end...
Todd Leonhardt
2020-01-27
3
-7
/
+3
*
Improved example in initialiation docs
Todd Leonhardt
2020-01-26
1
-0
/
+60
*
Merge branch 'master' into generating_output_docs
Todd Leonhardt
2020-01-09
5
-22
/
+36
|
\
|
*
Merge branch 'master' into ansi_to_style
Kevin Van Brunt
2020-01-07
1
-6
/
+20
|
|
\
|
|
*
Updated dynamic commands example to add help category
Kevin Van Brunt
2020-01-06
1
-6
/
+20
|
*
|
Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...
Kevin Van Brunt
2019-12-19
4
-16
/
+16
|
|
/
*
|
Merge branch 'master' into generating_output_docs
kotfu
2019-11-29
1
-2
/
+2
|
\
\
|
|
/
|
*
Fixed bug where a redefined ansi.style_error was not being used in all cmd2 f...
Kevin Van Brunt
2019-11-27
1
-2
/
+2
*
|
Show usage of colorama for ansi text styling
kotfu
2019-11-29
1
-1
/
+25
*
|
Remove unused variable
kotfu
2019-11-27
1
-1
/
+1
|
/
*
Added capability to override the argument parser class used by cmd2 built-in ...
Kevin Van Brunt
2019-11-19
2
-0
/
+59
*
Minor update to embedded python shells docs
Todd Leonhardt
2019-11-03
1
-1
/
+1
*
Improved documentation for Argument Parsing and Tab-Completion
Todd Leonhardt
2019-11-03
2
-0
/
+102
*
Moving a bit of code around to shrink cmd2.py
Kevin Van Brunt
2019-10-31
1
-1
/
+1
*
Removed all instances where a parser's prog attribute was being set since thi...
Kevin Van Brunt
2019-10-30
2
-3
/
+3
*
Merge branch 'master' into doc_additions
Todd Leonhardt
2019-09-17
1
-0
/
+31
|
\
|
*
Added a basic example for dynamically adding do_* commands in a loop
Todd Leonhardt
2019-09-15
1
-0
/
+31
*
|
Add documentation and example for removing built-in commands
kotfu
2019-08-23
1
-2
/
+2
|
/
*
Made example update the prompt less frequently
Kevin Van Brunt
2019-08-01
1
-4
/
+18
*
Fix flake8 error due to extra blank line in example
Todd Leonhardt
2019-07-23
1
-1
/
+0
*
Fixed bad practice of using print() and replaced with self.poutput()
Todd Leonhardt
2019-07-23
1
-5
/
+5
*
Added another command to the unicode command name example
Todd Leonhardt
2019-07-23
1
-0
/
+4
*
Added an example with a unicode command name just to prove to myself that tho...
Todd Leonhardt
2019-07-23
2
-0
/
+24
*
Just adding a comment to one of our text file scripts as an example
Todd Leonhardt
2019-07-19
1
-0
/
+1
*
Changed all uses of sub-command to subcommand
Kevin Van Brunt
2019-07-19
4
-30
/
+30
*
Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...
Kevin Van Brunt
2019-07-18
2
-6
/
+8
*
Merge branch 'master' into migrating_docs
Todd Leonhardt
2019-07-15
5
-540
/
+32
|
\
|
*
Renamed Cmd2ArgParser to ArgParser
Kevin Van Brunt
2019-07-12
2
-6
/
+5
|
*
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-11
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
|
*
|
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-06
2
-4
/
+63
|
|
\
\
|
*
|
|
Simplifying unit tests for AutoCompleter
Kevin Van Brunt
2019-07-05
1
-1
/
+3
|
*
|
|
Fixed unit tests
Kevin Van Brunt
2019-07-05
2
-493
/
+0
|
*
|
|
Fixing examples
Kevin Van Brunt
2019-07-04
1
-39
/
+25
|
*
|
|
Fixing examples
Kevin Van Brunt
2019-07-04
1
-2
/
+3
|
*
|
|
Merge branch 'master' into auto_completer_refactor
Kevin Van Brunt
2019-07-04
1
-5
/
+0
|
|
\
\
\
|
*
|
|
|
Fixing unit tests
Kevin Van Brunt
2019-07-04
1
-4
/
+2
*
|
|
|
|
Finish migration documentation for #719
kotfu
2019-07-14
1
-0
/
+49
*
|
|
|
|
Fix lint error for unused variable
kotfu
2019-07-14
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Restore self.statement_parser to a public attribute in cmd2.Cmd
Todd Leonhardt
2019-07-10
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' into docstructure
kotfu
2019-07-06
1
-5
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Reverting changes that should have been made on a different branch
Kevin Van Brunt
2019-07-04
1
-3
/
+2
|
*
|
Fixing some examples
Kevin Van Brunt
2019-07-04
2
-7
/
+3
|
|
/
*
|
Fix build error for unused import
kotfu
2019-07-06
1
-1
/
+0
[prev]
[next]