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 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
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
14
-69
/
+63
*
Fixed bug in example caused by a keyword argument being used with dict.get()
Kevin Van Brunt
2018-11-30
1
-1
/
+1
*
Undefined names: from colorama import Fore, Back
cclauss
2018-11-18
1
-0
/
+1
*
Update docs with smart ANSI handling for ppaged
Ethan McCreadie
2018-11-01
2
-16
/
+18
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-1
/
+1
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-1
/
+1
*
Added warning to documentation about how help_foo won't be called for command...
Todd Leonhardt
2018-10-06
2
-6
/
+5
*
Added documentation stating that parsers passed to argparse decorators need t...
Todd Leonhardt
2018-10-06
1
-9
/
+17
*
Moved main.py to exampels/hello_cmd2.py and added some comments
Todd Leonhardt
2018-10-06
1
-0
/
+16
*
Merge remote-tracking branch 'origin/master' into argparse_remainder
Eric Lin
2018-10-06
4
-28
/
+28
|
\
|
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
4
-28
/
+28
*
|
Fixed a few edge cases:
Eric Lin
2018-10-06
1
-0
/
+2
*
|
Added handling of nargs=argparse.REMAINDER in both AutoCompleter and Argparse...
Eric Lin
2018-10-06
1
-1
/
+1
|
/
*
Made hooks.py executable
Todd Leonhardt
2018-09-28
1
-0
/
+0
*
Updated abbreviation example to use new cmd2 function to resolve command func...
Kevin Van Brunt
2018-09-28
1
-5
/
+5
*
Addressing code review comments
Kevin Van Brunt
2018-09-28
1
-1
/
+1
*
Updated a couple files in the examples directory due to changes in alias command
Todd Leonhardt
2018-09-27
2
-6
/
+5
*
Merged alert_printer stuff from master and resolved conflicts
Todd Leonhardt
2018-09-25
1
-0
/
+203
|
\
|
*
Merge branch 'master' into alert_printer
Kevin Van Brunt
2018-09-25
1
-0
/
+38
|
|
\
|
*
|
Added more examples and documentation
Kevin Van Brunt
2018-09-25
1
-2
/
+8
|
*
|
Merge branch 'master' into alert_printer
Todd Leonhardt
2018-09-25
1
-1
/
+1
|
|
\
\
|
*
|
|
Made async stuff public
Kevin Van Brunt
2018-09-25
1
-8
/
+8
|
*
|
|
Made demo more instructive
Kevin Van Brunt
2018-09-23
1
-92
/
+103
|
*
|
|
Added more alerts and updated documentation
Kevin Van Brunt
2018-09-22
1
-12
/
+39
|
*
|
|
Recreating the thread in preloop to support multiple calls of cmdloop
Kevin Van Brunt
2018-09-22
1
-1
/
+3
|
*
|
|
Updating prompt in example app
Kevin Van Brunt
2018-09-21
1
-7
/
+43
|
*
|
|
First version of async printing example
Kevin Van Brunt
2018-09-21
1
-0
/
+121
*
|
|
|
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-25
1
-0
/
+38
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'master' into command_help_noflag
Kevin Van Brunt
2018-09-25
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Added the the ability to format help to the AutoCompleter to support sub-comm...
Eric Lin
2018-09-23
1
-0
/
+38
|
|
|
/
|
|
/
|
*
|
|
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
2
-4
/
+20
[next]