Skip to content

Commit b25e68e

Browse files
authored
Fix incorrect --output argument in generate image example (#19)
1 parent a066e24 commit b25e68e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class AI_Command extends WP_CLI_Command {
110110
* $ wp ai generate text "Explain AI" --system-instruction="Explain as if to a 5-year-old"
111111
*
112112
* # Generate image
113-
* $ wp ai generate image "A minimalist WordPress logo" --output=wp-logo.png
113+
* $ wp ai generate image "A minimalist WordPress logo" --destination-file=wp-logo.png
114114
*
115115
* @param array{0: string, 1: string} $args Positional arguments.
116116
* @param array{model: string, provider: string, temperature: float, 'top-p': float, 'top-k': int, 'max-tokens': int, 'system-instruction': string, 'destination-file': string, stdout: bool, format: string} $assoc_args Associative arguments.

0 commit comments

Comments
 (0)