This commit is contained in:
Brooke Vibber 2023-10-31 08:45:25 -07:00
parent 869251fb65
commit b0e477d8be
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ $options = [
'vibrance' => 0,
'crop-width' => false,
'crop-height' => false,
'crop-left' => false,
'crop-top' => false,
];
while ( count( $args ) > 0 && substr( $args[0], 0, 2 ) == '--' ) {