Skip to content

Commit 8179987

Browse files
committed
Fix args docblock
1 parent 8e3c4ff commit 8179987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AiCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ class AiCommand extends WP_CLI_Command {
3939
* [--approval-mode]
4040
* : Approve tool usage before running.
4141
*
42-
* [--service]
42+
* [--service=<service>]
4343
* : Manually specify the AI service to use.
4444
* Depends on the available AI services.
4545
* Examples: 'google', 'anthropic', 'openai'.
4646
*
47-
* [--model]
47+
* [--model=<model>]
4848
* : Manually specify the LLM model that should be used.
4949
* Depends on the available AI services.
5050
* Examples: 'gemini-2.0-flash', 'gpt-4o'.

0 commit comments

Comments
 (0)