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
First pass at removing outdated info from the documentation (#1510)
* First pass at removing outdated info from the documentation based on changes in the 3.0.0 release and adding info on new capabilities
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/features/argument_processing.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ 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` sets `prog` when the instance-specific parser is created, which is
69
+
later than it did previously.
70
+
68
71
## Help Messages
69
72
70
73
By default, `cmd2` uses the docstring of the command method when a user asks for help on the
0 commit comments