diff options
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/modular_commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/modular_commands.rst b/docs/features/modular_commands.rst index 611660ff..6159bc41 100644 --- a/docs/features/modular_commands.rst +++ b/docs/features/modular_commands.rst @@ -293,7 +293,7 @@ command and each CommandSet bokchoy_parser.add_argument('style', choices=['quartered', 'diced']) @cmd2.as_subcommand_to('cut', 'bokchoy', bokchoy_parser) - def cut_bokchoy(self, _: cmd2.Statement): + def cut_bokchoy(self, _: argparse.Namespace): self._cmd.poutput('Bok Choy') |