Signed-off-by: Morris Jobke <hey@morrisjobke.de>
parent::configure();
$this
- ->setName('files:scanAppData')
+ ->setName('files:scan-app-data')
->setDescription('rescan the AppData folder')
->addOption(
'quiet',
$verbose = $input->getOption('verbose');
$quiet = $input->getOption('quiet');
# restrict the verbosity level to VERBOSITY_VERBOSE
- if ($output->getVerbosity()>OutputInterface::VERBOSITY_VERBOSE) {
+ if ($output->getVerbosity() > OutputInterface::VERBOSITY_VERBOSE) {
$output->setVerbosity(OutputInterface::VERBOSITY_VERBOSE);
}
if ($quiet) {