Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Uid] Document the methods to generate and inspect UIDs#15209
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| services: | ||
| Symfony\Component\Uid\Command\GenerateUlidCommand:~ | ||
| Symfony\Component\Uid\Command\GenerateUuidCommand:~ | ||
| Symfony\Component\Uid\Command\InspectUlidCommand:~ | ||
| Symfony\Component\Uid\Command\InspectUuidCommand:~ |
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 understand why they are optional, but this seems like a really non-DX friendly feature this way.@fancyweb@nicolas-grekas is there a particular reason not to add a config option for this?
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.
can those commands be enabled by default but configured ashttps://symfony.com/doc/current/console/hide_commands.html instead?
Uh oh!
There was an error while loading.Please reload this page.
Fixes#15032.