Skip to content

Commit

Permalink
ensure info prefix width is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed May 16, 2024
1 parent e64b629 commit 8a1d190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ func main() {
cancel()
}()

// ensure the pterm info width matches the other printers
pterm.Info.Prefix.Text = " INFO "

root := cmd.NewCmd()
cmd.Execute(ctx, root)

Expand Down

0 comments on commit 8a1d190

Please sign in to comment.