Skip to content

Commit 2c99c0d

Browse files
kmvanbruntanselor
authored andcommitted
Removed obsolete argument
1 parent 1a82b37 commit 2c99c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modular_subcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def do_unload(self, ns: argparse.Namespace):
9191
self.poutput('Vegetables unloaded')
9292

9393
cut_parser = cmd2.Cmd2ArgumentParser('cut')
94-
cut_subparsers = cut_parser.add_subparsers(title='item', help='item to cut', unloadable=True)
94+
cut_subparsers = cut_parser.add_subparsers(title='item', help='item to cut')
9595

9696
@with_argparser(cut_parser)
9797
def do_cut(self, ns: argparse.Namespace):

0 commit comments

Comments
 (0)