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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,6 @@ def do_speak(self, opts):
61
61
self.poutput(arg)
62
62
```
63
63
64
-
!!! note
65
-
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
-
68
64
## Help Messages
69
65
70
66
By default, `cmd2` uses the docstring of the command method when a user asks for help on the
0 commit comments