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 #19148 [TwigBridge] Fix inconsistency in LintCommand help (chalasr)
This PR was merged into the 2.7 branch.
Discussion
----------
[TwigBridge] Fix inconsistency in LintCommand help
| Q | A
| ------------- | ---
| Branch? | 2.7
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #19139 (comment)
| License | MIT
| Doc PR | ~
Actually, the `lint:yaml` command's help looks like this:

The last `Or` about STDIN is syntactically wrong, and is the only one to have a code example with indentation. This gives the same indentation for all code blocks and move the STDIN-related part as first, as proposed in #19139 (comment) .
Now it looks like:

Commits
-------
f54bb16 [TwigBridge] Fix inconsistency in LintCommand help
0 commit comments