Skip to content

Commit

Permalink
Removed obsolete argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt authored and anselor committed Aug 4, 2020
1 parent 1a82b37 commit 2c99c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/modular_subcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def do_unload(self, ns: argparse.Namespace):
self.poutput('Vegetables unloaded')

cut_parser = cmd2.Cmd2ArgumentParser('cut')
cut_subparsers = cut_parser.add_subparsers(title='item', help='item to cut', unloadable=True)
cut_subparsers = cut_parser.add_subparsers(title='item', help='item to cut')

@with_argparser(cut_parser)
def do_cut(self, ns: argparse.Namespace):
Expand Down

0 comments on commit 2c99c0d

Please sign in to comment.