Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Console] Update the table helper page#20941
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thiscode results in: | ||
Thisoutputs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I saw we don't have same wording for result in this file, should we also update them ?
This outputs:
The output of this command will be:
This generates:
This will display the following table in the terminal:
This will display:
Nothing forAdding Table Titles
section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice catch, streamlining those things would be nice.
WDYT @symfony/docs ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good catch! I made all this consistent and usedThis outputs
because it's very concise and easy to understand. Thanks!
…reguiluz)This PR was squashed before being merged into the 7.3 branch.Discussion----------[Console] Update some contents of the Tree helperThis updates the Tree helper explanation about custom styles to match the same structure as in the Table helper page (see#20941). It also adds a better example of how to create trees programmatically.Commits-------2727dde [Console] Update some contents of the Tree helper
The page about the Table helper is like this:https://symfony.com/doc/6.4/components/console/helpers/table.html
The sidebar looks empty. I think it's missing some headers to better structure the contents into sections.