We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc2e4f1 + 8ac296e commit 3179278Copy full SHA for 3179278
src/PHPCR/Util/Console/Command/TouchCommand.php
@@ -55,11 +55,11 @@ protected function configure()
55
'Node type, default nt:unstructured',
56
'nt:unstructured'
57
)
58
- ->addOption('set', 's',
+ ->addOption('set-prop', 'p',
59
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
60
'Set node property, use foo=bar'
61
62
- ->addOption('unset', 'r',
+ ->addOption('remove-prop', 'd',
63
64
'Remove node property'
65
0 commit comments