Skip to content

Commit 35ad058

Browse files
committed
update themes commands for domains
1 parent e00043d commit 35ad058

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ public static function newTheme() {
594594
'bootstrap',
595595
'semantic',
596596
'foundation'
597-
])
597+
]),
598+
'o' => Parameter::create('domain', 'The domain in which to create the theme.', [], '')
598599
], [
599600
'Creates a new theme custom' => 'Ubiquity create-theme custom',
600601
'Creates a new theme inheriting from Bootstrap' => 'Ubiquity theme myBootstrap -x=bootstrap'
@@ -607,7 +608,9 @@ public static function installTheme() {
607608
'install-theme',
608609
'install:theme',
609610
'installTheme'
610-
], [], [
611+
], [
612+
'o' => Parameter::create('domain', 'The domain in which to install the theme.', [], '')
613+
], [
611614
'Creates a new theme custom' => 'Ubiquity theme custom',
612615
'Install bootstrap theme' => 'Ubiquity theme bootstrap'
613616
], 'gui');

0 commit comments

Comments
 (0)