summaryrefslogtreecommitdiff
path: root/isolated_tests/test_commandset/test_commandset.py
diff options
context:
space:
mode:
Diffstat (limited to 'isolated_tests/test_commandset/test_commandset.py')
-rw-r--r--isolated_tests/test_commandset/test_commandset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isolated_tests/test_commandset/test_commandset.py b/isolated_tests/test_commandset/test_commandset.py
index 98385772..f16a6ff4 100644
--- a/isolated_tests/test_commandset/test_commandset.py
+++ b/isolated_tests/test_commandset/test_commandset.py
@@ -272,7 +272,7 @@ class LoadableBase(cmd2.CommandSet):
self._dummy = dummy # prevents autoload
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')
@cmd2.with_argparser(cut_parser)
def do_cut(self, ns: argparse.Namespace):