Skip to content

Commit

Permalink
Update help text for font icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Sep 22, 2023
1 parent 857ce64 commit 62a21c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ Format icons:
default the original unicode (✓, ∅, ✖)
hivis higher visibility unicode (✅, ➖, ❌)
text simple text characters (PASS, SKIP, FAIL)
* nerdfonts requires a font from https://www.nerdfonts.com/
codicons   
octicons   
emoticons 󰇵 󰇶 󰇸
codicons requires a font from https://www.nerdfonts.com/ (  )
octicons requires a font from https://www.nerdfonts.com/ (  )
emoticons requires a font from https://www.nerdfonts.com/ (󰇵 󰇶 󰇸)
Commands:
%[1]s tool slowest find or skip the slowest tests
Expand Down
7 changes: 3 additions & 4 deletions cmd/testdata/gotestsum-help-text
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ Format icons:
default the original unicode (✓, ∅, ✖)
hivis higher visibility unicode (✅, ➖, ❌)
text simple text characters (PASS, SKIP, FAIL)
* nerdfonts requires a font from https://www.nerdfonts.com/
codicons   
octicons   
emoticons 󰇵 󰇶 󰇸
codicons requires a font from https://www.nerdfonts.com/ (  )
octicons requires a font from https://www.nerdfonts.com/ (  )
emoticons requires a font from https://www.nerdfonts.com/ (󰇵 󰇶 󰇸)

Commands:
gotestsum tool slowest find or skip the slowest tests
Expand Down

0 comments on commit 62a21c2

Please sign in to comment.