Skip to content

Commit b5e1e3e

Browse files
committed
Feature: added CLI option for minor and patch with proper description
1 parent 955bd94 commit b5e1e3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Theme_Command.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ public function get( $args, $assoc_args ) {
588588
*
589589
* [--exclude=<theme-names>]
590590
* : Comma separated list of theme names that should be excluded from updating.
591+
*
592+
* [--minor]
593+
* : Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
594+
*
595+
* [--patch]
596+
* : Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
591597
*
592598
* [--format=<format>]
593599
* : Render output in a particular format.

0 commit comments

Comments
 (0)