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
*
Renamed @with_argument_parser decorator to @with_argparser
Todd Leonhardt
2018-01-21
5
-16
/
+16
*
History enhancements
Todd Leonhardt
2018-01-20
4
-8
/
+18
*
Added unit tests for sub-commands
Todd Leonhardt
2018-01-20
1
-2
/
+2
*
Tab-completion of subcommand names is now supported
Todd Leonhardt
2018-01-20
1
-1
/
+4
*
Just improved a few comments in the subcommands.py example
Todd Leonhardt
2018-01-20
1
-3
/
+3
*
Added support for argparse sub-commands when using cmd2 decorators
Todd Leonhardt
2018-01-20
1
-0
/
+58
*
Simplified a few argparse examples and fixed some incorrect documentation
Todd Leonhardt
2018-01-17
2
-4
/
+4
*
Improved how new argparse-based decorators provide help
Todd Leonhardt
2018-01-17
1
-1
/
+1
*
Cleanup of documentation and examples
Todd Leonhardt
2018-01-17
3
-3
/
+0
*
Renamed new decorator to @with_argparser_and_unknown_args to make it more des...
Todd Leonhardt
2018-01-15
2
-4
/
+4
*
Changed @with_argument_parser to only pass single argument to commands
Todd Leonhardt
2018-01-15
5
-32
/
+56
*
Modified examples still using @options to import make_option from optparse
Todd Leonhardt
2018-01-15
3
-12
/
+14
*
Made a couple cleanup changes
Todd Leonhardt
2018-01-15
2
-24
/
+29
*
remove use_argument_list attribute
kotfu
2018-01-14
1
-40
/
+0
*
add use_argument_list setting
kotfu
2018-01-12
1
-0
/
+40
*
new @with_argument_list decorator
kotfu
2018-01-12
1
-5
/
+15
*
@with_argument_parser now passes an arglist instead of a string
kotfu
2018-01-12
1
-2
/
+2
*
simplify output
Jared Crapo
2018-01-10
1
-6
/
+3
*
switch from optparse to argparse
Jared Crapo
2018-01-10
1
-25
/
+26
*
Clean up variable names
kotfu
2018-01-07
1
-2
/
+2
*
Set prog in argparser based on the name of the function
kotfu
2018-01-07
1
-4
/
+1
*
Properly set docstring so it contains help message
kotfu
2018-01-07
1
-36
/
+36
*
Add tests for POSIX=true and arguments containing spaces
kotfu
2018-01-07
1
-2
/
+18
*
Default posix and quote removal working.
kotfu
2018-01-07
1
-15
/
+17
*
Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparse
Jared Crapo
2017-12-11
4
-82
/
+35
|
\
|
*
Made a couple fixes to existing examples
Todd Leonhardt
2017-11-11
3
-81
/
+27
|
*
Updated docs to make it more clear that you need to update shortcuts attribut...
Todd Leonhardt
2017-11-09
1
-1
/
+8
*
|
Plan and first working code for argparse decorator
Jared Crapo
2017-12-11
1
-1
/
+25
|
/
*
Improved documentation for how a user can modify comment grammar/style
Todd Leonhardt
2017-09-22
1
-0
/
+39
*
Revise environment setting documentation
kotfu
2017-08-28
1
-0
/
+38
*
Make the same as test_transcription.py
Jared Crapo
2017-08-21
1
-4
/
+5
*
regex implementation complete. Still a few bugs.
Jared Crapo
2017-08-21
1
-3
/
+4
*
Write documentation for revised transcription feature
Jared Crapo
2017-08-21
1
-10
/
+33
*
feedback_to_output now defaults to False
Todd Leonhardt
2017-08-20
1
-2
/
+2
*
Ensure editor and the file to edit can have spaces in them
Jared Crapo
2017-08-19
1
-2
/
+3
*
Added remove_unused.py example to demonstrate how to remove unused commands
Todd Leonhardt
2017-07-31
1
-0
/
+30
*
Fixed a couple case sensitivity bugs and added an example
Todd Leonhardt
2017-07-12
1
-0
/
+25
*
Fixed a few bugs and examples
Todd Leonhardt
2017-07-03
4
-18
/
+22
*
Removed pause command
Todd Leonhardt
2017-07-03
1
-3
/
+2
*
Add screenshot to front page
Todd Leonhardt
2017-07-03
1
-1
/
+1
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
1
-4
/
+7
*
Completely removed use of self.default_file_name
Todd Leonhardt
2017-06-28
1
-2
/
+1
*
Simplified implementation of do__relative_load
Todd Leonhardt
2017-06-28
1
-0
/
+3
*
Moved example scripts from examples to examples/scripts directly
Todd Leonhardt
2017-06-21
5
-2
/
+2
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
2
-4
/
+7
*
Updated documentation and examples
Todd Leonhardt
2017-06-14
3
-16
/
+27
*
Added new pyscript command
Todd Leonhardt
2017-06-13
2
-2
/
+9
*
Updated example transcript test and docs
Todd Leonhardt
2017-06-03
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
*
Apparently regex syntax is stricter for Python 3 on Windows.
Todd Leonhardt
2017-03-16
2
-1
/
+3
[next]