You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1790 [Doc] Remove the --dir option in debug:twig-component command (javiereguiluz)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Doc] Remove the --dir option in debug:twig-component command
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | -
| License | MIT
I tried adding the `--dir` option and the command showed an error: `The "--dir" option does not exist.`
Looking at the source code, it looks like this option doesn't exist:
https://github.com/symfony/ux/blob/4b3fcaea426d7493e7151c97ba63697be0cc5061/src/TwigComponent/src/Command/TwigComponentDebugCommand.php#L47-L66
Commits
-------
a1d873c [Doc] Remove the --dir option in debug:twig-component command
0 commit comments