use color.Output and color.Error instead of os.Stdout and os.Stderr in some places.

This commit is contained in:
fiatjaf
2025-05-03 21:45:28 -03:00
parent 02f22a8c2f
commit 9055f98f66
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ var blossomCmd = &cli.Command{
hasError = true
continue
}
os.Stdout.Write(data)
stdout(data)
}
}