Skip to content

[jules] Feature/colorize output#2

Open
pararang wants to merge 1 commit intomainfrom
feature/colorize-output
Open

[jules] Feature/colorize output#2
pararang wants to merge 1 commit intomainfrom
feature/colorize-output

Conversation

@pararang
Copy link
Owner

This commit introduces the fatih/color library to add color to console output throughout the application. This enhances readability of messages, distinguishing between errors (red), informational messages (cyan), success messages (green), and warnings or other details (yellow).

The following files were modified to incorporate colored output:

  • cmd/root.go
  • cmd/listapps.go
  • cmd/updateapp.go
  • cmd/initworkspace.go

The go.mod and go.sum files were also updated to include the new dependency.

This commit introduces the `fatih/color` library to add color to console
output throughout the application. This enhances readability of messages,
distinguishing between errors (red), informational messages (cyan),
success messages (green), and warnings or other details (yellow).

The following files were modified to incorporate colored output:
- cmd/root.go
- cmd/listapps.go
- cmd/updateapp.go
- cmd/initworkspace.go

The `go.mod` and `go.sum` files were also updated to include the new
dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant