Add blank lines between entries of the "stats usage" text output#1683
Add blank lines between entries of the "stats usage" text output#1683
Conversation
To improve readability.
|
Should we introduce a flag or something for all table outputs that allow users to add lines? or an env var that the cli can read from? |
|
|
I think this is a solid idea. We should consider a common update or toggle to the codebase instead of having a single command specifically with unique formatting. |
|
Existing commands already have blank lines between blocks. For example, The problem with With a blank line between regions: |
|
that command is not currently using the same table outputs that most of our commands are using, would it be worth killing 2 birds with one stone and moving those all into the |
Yes, consistency is important. Done! |
|
Thanks for the updates! It looks like some of the tests are failing now. |
Indeed, the corresponding test needed an update, too. Fixed |
Change summary
Add blank lines between entries in
stats usagetext output to improve readability and parsability . Right now, entries are difficult to split.All Submissions:
Changes to Core Features:
User Impact
Purely cosmetic.
fastly stats usageoutput is now easier to parse.Are there any considerations that need to be addressed for release?
None. This is a formatting-only change with no functional impact, on a feature that hasn't been deployed to any version. yet.