| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Can you please add 'before change' and 'after change' screenshots to PR description?
When I'm trying this on 7.0.0-preview.3 I see missing newlines only when -Property is specified (in addition to -GroupBy), while PR reads like this should happen always when -GroupBy is used.
Sorry, something went wrong.
|
Andrew (@anmenaga) updated title, description, and added screenshots. It only affects -Property |
Sorry, something went wrong.
|
🎉v7.0.0-preview.5 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
When using Format-Table explicitly with -Property and -Grouping, it was missing a newline between the group and the content. Fix is to add back a newline after writing the grouping information. Also changed the default formatting of cert, registry, and files so that when there is grouping, it doesn't insert an extra newline (resulting in two). Because of the way formatting works, needed to remove use of the indent param and simply insert the indention into the resx string.
Before this change:

After this change:

dir with default table formatting is the same, but the changes were needed to keep them the same.
PR Context
Fix #9299
PR Checklist