Skip to content

Commit 574ca6f

Browse files
committed
shortening command names
1 parent 49e31df commit 574ca6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Command/BuildDocsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class BuildDocsCommand extends Command
2121
{
2222
use CommandInitializerTrait;
2323

24-
protected static $defaultName = 'symfony-docs-builder:build-docs';
24+
protected static $defaultName = 'build:docs';
2525

2626
private $missingFilesChecker;
2727

src/Command/CheckUrlsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CheckUrlsCommand extends Command
1515
{
1616
use CommandInitializerTrait;
1717

18-
protected static $defaultName = 'symfony-docs-builder:check-urls';
18+
protected static $defaultName = 'check:urls';
1919

2020
private $urlChecker;
2121

0 commit comments

Comments
 (0)