summaryrefslogtreecommitdiff
path: root/examples/subcommands.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-04-21 23:11:07 -0400
committerEric Lin <anselor@gmail.com>2018-04-21 23:11:07 -0400
commit102fc6741b5dfdbb02f28ee720214c70d1260cc0 (patch)
treec4dac853652ea9f009b84593ad95e2325a48676e /examples/subcommands.py
parent967f320e888fcf671768fc4d7d8838a6f6609b4f (diff)
downloadcmd2-git-102fc6741b5dfdbb02f28ee720214c70d1260cc0.tar.gz
Added some more comments for clarification.
Diffstat (limited to 'examples/subcommands.py')
-rwxr-xr-xexamples/subcommands.py2
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']