We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5bf09 commit 50539feCopy full SHA for 50539fe
README.md
@@ -151,8 +151,9 @@ class CreateUserCommand extends Command
151
}
152
```
153
154
-By default, the command name's prefix is `app:`. You can override with your own
155
-prefix (or none at all):
+By default, the command name's prefix is `app:`. You can customize with your own
+prefix (or none at all) by overriding the `autoNamePrefix()` method from the
156
+`AutoName` trait:
157
158
```php
159
use Symfony\Component\Console\Command\Command;
0 commit comments