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

Commit

Permalink
better looking now
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 15, 2016
1 parent 473a56a commit dc539bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
}
spin.Stop()

fmt.Println("Action \t1m\t2m\t3m")
fmt.Println("\033[1mAction \t1m\t2m\t3m\033[0m")
fmt.Println("Authored\t" + intsToStr(prs))
fmt.Println("Reviewed\t" + intsToStr(crs))
return nil
Expand Down

0 comments on commit dc539bb

Please sign in to comment.