Skip to content

Commit

Permalink
Merge pull request #163 from ItinerisLtd/theme
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher authored Jan 4, 2022
2 parents a1c12f4 + dad6783 commit cc73583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OPTIONS
remote url or local path to the gti repository [example:
https://github.com/ItinerisLtd/kinsta-mu-plugins.git]

-t, --type=wordpress-plugin|wordpress-muplugin
-t, --type=wordpress-plugin|wordpress-muplugin|wordpress-theme
(required) [default: wordpress-plugin] package type

-u, --[no-]unzip-subdir
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ItinerisltdComposify extends Command {
char: 't',
description: 'package type',
env: 'COMPOSIFY_TYPE',
options: ['wordpress-plugin', 'wordpress-muplugin'],
options: ['wordpress-plugin', 'wordpress-muplugin', 'wordpress-theme'],
default: 'wordpress-plugin',
required: true,
}),
Expand Down

0 comments on commit cc73583

Please sign in to comment.