Skip to content

Commit

Permalink
trice version -v shows all possible console colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath committed May 3, 2023
1 parent 0b192e5 commit 9cf112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/args/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func logLoop(w io.Writer, fSys *afero.Afero) {
func scVersion(w io.Writer) error {
if verbose {
fmt.Fprintln(w, "https://github.com/rokath/trice")
//emitter.ShowAllColors()
emitter.ShowAllColors()
}
if Version == "" {
fmt.Fprintf(w, "version=devel, built %s\n", Date)
Expand Down

0 comments on commit 9cf112f

Please sign in to comment.