Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

javiereguiluz
Copy link
Member

Fixes #15032.

@javiereguiluz javiereguiluz added this to the 5.3 milestone Apr 9, 2021
Comment on lines +385 to +393
services:
Symfony\Component\Uid\Command\GenerateUlidCommand: ~
Symfony\Component\Uid\Command\GenerateUuidCommand: ~
Symfony\Component\Uid\Command\InspectUlidCommand: ~
Symfony\Component\Uid\Command\InspectUuidCommand: ~
Copy link
Member

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?

Copy link
Contributor

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 as https://symfony.com/doc/current/console/hide_commands.html instead?

@javiereguiluz javiereguiluz merged commit dc94947 into symfony:5.x Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Uid] Add Generate and Inspect commands
5 participants