You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/argument_processing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ def do_speak(self, opts):
65
65
66
66
`cmd2` sets the `prog` variable in the argument parser based on the name of the method it is decorating. This will override anything you specify in `prog` variable when creating the argument parser.
67
67
68
-
As of the 3.0.0 release, `cmd2` now sets the `prog` later than it did previously. `prog` now gets set when the instance-specific parser deepcopy is created. Previously, it was set in the `with_argparser` decorator itself.
68
+
As of the 3.0.0 release, `cmd2` now sets `prog` later than it did previously. `prog` now gets set when the instance-specific parser deep-copy is created. Previously, it was set in the `with_argparser` decorator itself.
0 commit comments