-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add files:scanAppData command #3995
Conversation
Fixes #3041 Add a dedicated command to scan the special appdata dir Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@rullzer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nickvergessen, @LukasReschke and @icewind1991 to be potential reviewers. |
parent::configure(); | ||
|
||
$this | ||
->setName('files:scanAppData') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would vote for files:scan-app-data
to have a common naming schema
$verbose = $input->getOption('verbose'); | ||
$quiet = $input->getOption('quiet'); | ||
# restrict the verbosity level to VERBOSITY_VERBOSE | ||
if ($output->getVerbosity()>OutputInterface::VERBOSITY_VERBOSE) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces around operator
And of course the autoloader is not updated. Let me address all the comments. |
Ah no - it's in files and not needed therefore. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works
Fixes #3041
Add a dedicated command to scan the special appdata dir