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
*
Changed signature of style() to allow for simpler calling and overriding of s...
Kevin Van Brunt
2019-06-26
1
-1
/
+1
*
Added TextStyle class and default implementations for various message types l...
Kevin Van Brunt
2019-06-26
1
-1
/
+2
*
Moved code related to ANSI escape codes to new file called ansi.py
Kevin Van Brunt
2019-06-26
1
-2
/
+1
*
Renamed style_message to style
Kevin Van Brunt
2019-06-26
1
-1
/
+1
*
Removed color args from poutput since the style function is going to do more ...
Kevin Van Brunt
2019-06-25
1
-14
/
+2
*
Replaced more pexcept uses with perror
Kevin Van Brunt
2019-06-25
2
-8
/
+8
*
Initial Commit for Issue 698
xNinjaKittyx
2019-06-24
3
-10
/
+9
*
Made tokens_for_completion() method public since a couple of our examples use it
Todd Leonhardt
2019-06-23
1
-3
/
+3
*
Made last_result public and restored the initialization of it in __init__ and...
Todd Leonhardt
2019-06-23
2
-6
/
+6
*
Restored a few attributes to be public
Todd Leonhardt
2019-06-23
1
-5
/
+5
*
Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...
Todd Leonhardt
2019-06-16
7
-7
/
+7
*
Began work to minimize public API
Todd Leonhardt
2019-06-15
3
-11
/
+11
*
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
2
-6
/
+6
*
Fix unit test failures I introduced in last commit
Todd Leonhardt
2019-06-15
1
-2
/
+2
*
Updated documentation
Kevin Van Brunt
2019-06-15
4
-7
/
+7
*
Updated comment
Kevin Van Brunt
2019-06-15
1
-1
/
+1
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
7
-13
/
+4
|
\
|
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
3
-7
/
+2
|
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
2
-6
/
+0
|
*
Transcript testing now properly handles commands which signal the application...
Todd Leonhardt
2019-06-06
2
-0
/
+2
*
|
Fix history display issues
Todd Leonhardt
2019-06-13
1
-1
/
+2
|
/
*
Changed example cmd2 history file's extension from txt to dat since it is now...
Kevin Van Brunt
2019-06-05
1
-1
/
+1
*
Refactor exit_code implementation
Todd Leonhardt
2019-05-20
23
-36
/
+56
*
Improved code coverage
Kevin Van Brunt
2019-05-07
2
-2
/
+2
*
Fixed issue when printing alerts caused by a prompt with a new line character
Kevin Van Brunt
2019-03-21
1
-4
/
+4
*
Merge branch 'master' into attributes
Todd Leonhardt
2019-03-17
1
-5
/
+11
|
\
|
*
Updated docs and example
Kevin Van Brunt
2019-03-17
1
-5
/
+11
*
|
Converted class attributes which aren't intended to be dynamically settable t...
Todd Leonhardt
2019-03-14
1
-1
/
+1
*
|
Merge branch 'master' into attributes
Todd Leonhardt
2019-03-14
1
-1
/
+4
|
\
\
|
|
/
|
*
Updated documentation
Kevin Van Brunt
2019-03-14
1
-1
/
+4
*
|
Fixed how shortcuts are set in examples
Todd Leonhardt
2019-03-14
8
-42
/
+30
*
|
First stage of attribute refactoring
Todd Leonhardt
2019-03-13
7
-14
/
+8
|
/
*
Updated examples and documentation pertaining to disabling commands
Kevin Van Brunt
2019-03-10
1
-0
/
+12
*
Fixed typo in example
Kevin Van Brunt
2019-03-10
1
-1
/
+1
*
Fix for when with_argument_list is called with preserve_quotes optional argument
Todd Leonhardt
2019-03-04
1
-0
/
+5
*
Updated the examples to illustrate sorting CompletionItems
Kevin Van Brunt
2019-02-27
2
-4
/
+10
*
Made cmd2_app a positional and required argument of AutoCompleter.
Kevin Van Brunt
2019-02-23
2
-99
/
+4
*
Changed examples to reflect that settable doesn't need to be updated before c...
Kevin Van Brunt
2019-02-20
7
-14
/
+25
*
Fixed examples
Kevin Van Brunt
2019-02-08
2
-3
/
+3
*
Fixed issue where calling exit() or quit() from a pyscript would close the wh...
Kevin Van Brunt
2019-02-06
1
-2
/
+2
*
Fixed comment
Kevin Van Brunt
2019-02-06
1
-1
/
+1
*
Added help summary and a separate label for commands and topics
Kevin Van Brunt
2018-12-21
1
-12
/
+33
*
Removed newlines
Kevin Van Brunt
2018-12-21
1
-3
/
+1
*
Refactored script to use app()
Kevin Van Brunt
2018-12-21
1
-32
/
+27
*
Updated documentation
Kevin Van Brunt
2018-12-20
1
-2
/
+2
*
Refactored script and made OS independent by removing rm calls
Kevin Van Brunt
2018-12-20
1
-26
/
+40
*
Added labels for each command help text
Kevin Van Brunt
2018-12-20
1
-2
/
+13
*
Fixing flake8 warning
Kevin Van Brunt
2018-12-20
1
-0
/
+1
*
Added new example script that saves help text to a file
Kevin Van Brunt
2018-12-20
1
-0
/
+67
[next]