Skip to content

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