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.
1 parent 49e31df commit 574ca6fCopy full SHA for 574ca6f
src/Command/BuildDocsCommand.php
@@ -21,7 +21,7 @@ class BuildDocsCommand extends Command
21
{
22
use CommandInitializerTrait;
23
24
- protected static $defaultName = 'symfony-docs-builder:build-docs';
+ protected static $defaultName = 'build:docs';
25
26
private $missingFilesChecker;
27
src/Command/CheckUrlsCommand.php
@@ -15,7 +15,7 @@ class CheckUrlsCommand extends Command
15
16
17
18
- protected static $defaultName = 'symfony-docs-builder:check-urls';
+ protected static $defaultName = 'check:urls';
19
20
private $urlChecker;
0 commit comments