We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580a08f commit 20c893dCopy full SHA for 20c893d
examples/override_parser.py
@@ -11,7 +11,7 @@
11
# with the custom parser's type.
12
import argparse
13
14
-argparse.cmd2_parser_module = 'examples.custom_parser'
+argparse.cmd2_parser_module = 'custom_parser'
15
16
# Next import from cmd2. It will import your module just before the cmd2.Cmd class file is imported
17
# and therefore override the parser class it uses on its commands.
0 commit comments