Skip to content

Clean up text output#1173

Merged
bill-long merged 1 commit into
mainfrom
bilong-epoutput
Aug 16, 2022
Merged

Clean up text output#1173
bill-long merged 1 commit into
mainfrom
bilong-epoutput

Conversation

@bill-long
Copy link
Copy Markdown
Member

Phase 1 of cleaning up the output.

It would be nice to remove all this text output and move it to Write-Progress until the final result. The prereq check does a great job of sending progress to Write-Progress, but the actual settings piece just sends text to the screen.

This PR makes the text better, but hopefully we can remove it and change all these Write-Host calls to Write-Verbose.

I also removed the 5 second pause. Pausing is not a good way to call attention to something. If we want to call more attention to something, put it at the bottom of the output, separate it with whitespace, and colorize it if necessary.

Before:

image

After:

image

@bill-long bill-long requested a review from a team as a code owner August 16, 2022 17:41
@bill-long bill-long merged commit 33bc6f0 into main Aug 16, 2022
@bill-long bill-long deleted the bilong-epoutput branch August 16, 2022 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants