diff options
Diffstat (limited to 'examples/subcommands.py')
-rwxr-xr-x | examples/subcommands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/subcommands.py b/examples/subcommands.py index 75c0733e..eda88072 100755 --- a/examples/subcommands.py +++ b/examples/subcommands.py @@ -13,6 +13,7 @@ from cmd2 import with_argparser sport_item_strs = ['Bat', 'Basket', 'Basketball', 'Football', 'Space Ball'] + class SubcommandsExample(cmd2.Cmd): """ Example cmd2 application where we a base command which has a couple subcommands |