|
|
|
@ -29,7 +29,7 @@ class Base extends Command implements CompletionAwareInterface {
|
|
|
|
// Some of our commands do not extend this class; and some of those that do do not call parent::configure()
|
|
|
|
// Some of our commands do not extend this class; and some of those that do do not call parent::configure()
|
|
|
|
$defaultHelp = 'More extensive and thorough documentation may be found at ' . \OCP\Server::get(\OCP\Defaults::class)->getDocBaseUrl() . PHP_EOL;
|
|
|
|
$defaultHelp = 'More extensive and thorough documentation may be found at ' . \OCP\Server::get(\OCP\Defaults::class)->getDocBaseUrl() . PHP_EOL;
|
|
|
|
$this
|
|
|
|
$this
|
|
|
|
->setHelp($this->defaultHelp)
|
|
|
|
->setHelp($defaultHelp)
|
|
|
|
->addOption(
|
|
|
|
->addOption(
|
|
|
|
'output',
|
|
|
|
'output',
|
|
|
|
null,
|
|
|
|
null,
|
|
|
|
|