Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Standalone overhaul: Fixes 1 column emoji in delete command and fixes tty animating problem #2473

Merged

Conversation

jpmcb
Copy link
Contributor

@jpmcb jpmcb commented Nov 8, 2021

What this PR does / why we need it

I noticed that the 🪚 emoji in the terminal wasn't 2 columns in the delete command leading to some odd spacing. The animate progress logging was also not working for tty=false:

  • Replaces SawEmoji with TestTubeEmoji which is 2 columns
  • Adds newline to count 0 for tty logging in animating progress

Describe testing done for PR


Using the test tube emoji in the delete command:

Screen Shot 2021-11-08 at 9 51 20 AM


Now, with tty=false, we get new lines after the logging events in animating events (instead of weird spacing between each line):

Screen Shot 2021-11-08 at 9 51 42 AM

- Replaces "SawEmoji" with "TestTubeEmoji" which is 2 colums
- Adds newline to count 0 for tty logging in animating progress

Signed-off-by: John McBride <[email protected]>
@stmcginnis stmcginnis merged commit e974a0a into vmware-tanzu:standalone-overhaul Nov 8, 2021
joshrosso pushed a commit that referenced this pull request Jan 18, 2022
- Replaces "SawEmoji" with "TestTubeEmoji" which is 2 colums
- Adds newline to count 0 for tty logging in animating progress

Signed-off-by: John McBride <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants