Skip to content

Commit

Permalink
Flags need to be set as 'optional' => true in CLI synopsys blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Jul 12, 2024
1 parent 7ff5681 commit 1c305b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/classes/WPCLI/Command/GetSiteStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static function get_args(): array {
'name' => 'clear-cache',
'description' => esc_html__( 'Clear the cache before retrieving the stats (can be intensive).', 'accessibility-checker' ),
'repeating' => false,
'optional' => true,
],
],
];
Expand Down

0 comments on commit 1c305b1

Please sign in to comment.