File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ public static function coupons( $args, $assoc_args ) {
185185 'type ' => 'positional ' ,
186186 'description ' => 'The number of products to generate. ' ,
187187 'optional ' => true ,
188- 'default ' => 100 ,
188+ 'default ' => 10 ,
189189 ),
190190 array (
191191 'name ' => 'type ' ,
@@ -195,7 +195,7 @@ public static function coupons( $args, $assoc_args ) {
195195 'options ' => array ( 'simple ' , 'variable ' ),
196196 ),
197197 ),
198- 'longdesc ' => "## EXAMPLES \n\nwc generate products 100 \n\nwc generate products 10 --type=variable " ,
198+ 'longdesc ' => "## EXAMPLES \n\nwc generate products 10 \n\nwc generate products 20 --type=variable " ,
199199) );
200200
201201WP_CLI ::add_command ( 'wc generate orders ' , array ( 'WC\SmoothGenerator\CLI ' , 'orders ' ), array (
You can’t perform that action at this time.
0 commit comments