Skip to content

Commit 9fd6ebd

Browse files
committed
Run prettier on documentation auto-updated by gemini-cli
1 parent 5b9e3a1 commit 9fd6ebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/features/argument_processing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ def do_speak(self, opts):
6565

6666
`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.
6767

68-
As of the 3.0.0 release, `cmd2` sets `prog` when the instance-specific parser is created, which is later than it did previously.
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+
6971
## Help Messages
7072

7173
By default, `cmd2` uses the docstring of the command method when a user asks for help on the

0 commit comments

Comments
 (0)