Skip to content

[Console] Improve the description of command options #17006

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
Jul 22, 2022

Conversation

javiereguiluz
Copy link
Member

Fixes #16648.

'iterations',
// this is the shortcut of the option name, which usually is just a letter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// this is the shortcut of the option name, which usually is just a letter
// this is the optional shortcut of the option name, which usually is just a letter

@@ -134,10 +134,17 @@ how many times in a row the message should be printed::
$this
// ...
->addOption(
// this is the name that users must type to pass this option
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as you mentioned -I below, perhaps document here (e.g. use --iterations=5) here?

@javiereguiluz
Copy link
Member Author

I did the proposed changes. Thanks Antoine!

Copy link
Contributor

@94noni 94noni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@javiereguiluz javiereguiluz merged commit 5810de6 into symfony:4.4 Jul 22, 2022
@javiereguiluz javiereguiluz deleted the fix_16648 branch July 22, 2022 09:08
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.

3 participants