We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82b37 commit 2c99c0dCopy full SHA for 2c99c0d
examples/modular_subcommands.py
@@ -91,7 +91,7 @@ def do_unload(self, ns: argparse.Namespace):
91
self.poutput('Vegetables unloaded')
92
93
cut_parser = cmd2.Cmd2ArgumentParser('cut')
94
- 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')
95
96
@with_argparser(cut_parser)
97
def do_cut(self, ns: argparse.Namespace):
0 commit comments