diff options
author | Eric Lin <anselor@gmail.com> | 2018-04-21 23:11:07 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-04-21 23:11:07 -0400 |
commit | 102fc6741b5dfdbb02f28ee720214c70d1260cc0 (patch) | |
tree | c4dac853652ea9f009b84593ad95e2325a48676e /examples | |
parent | 967f320e888fcf671768fc4d7d8838a6f6609b4f (diff) | |
download | cmd2-git-102fc6741b5dfdbb02f28ee720214c70d1260cc0.tar.gz |
Added some more comments for clarification.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/subcommands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/subcommands.py b/examples/subcommands.py index 8cdfb368..75c0733e 100755 --- a/examples/subcommands.py +++ b/examples/subcommands.py @@ -9,7 +9,7 @@ and provides separate contextual help. import argparse import cmd2 -from cmd2 import with_argparser, with_argparser_and_unknown_args +from cmd2 import with_argparser sport_item_strs = ['Bat', 'Basket', 'Basketball', 'Football', 'Space Ball'] |