From f36448c959e35c6412f396e146a98c5bd53674e2 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 8 Nov 2023 11:23:03 -0500 Subject: [PATCH] doc: add gum to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b7bc331..8ad10b9 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,16 @@ stdlog.Printf("Failed to make bake request, %s", fmt.Errorf("temperature is too // ERROR http: Failed to make bake request, temperature is too low ``` +## Gum + +Running gum log with debug and error levels + +Log integrates with [Gum][gum] to log messages to output. Use `gum log [flags] +[message]` to handle logging in your shell scripts. See +[charmbracelet/gum](https://github.com/charmbracelet/gum#log) for more +information. + +[gum]: https://github.com/charmbracelet/gum [lipgloss]: https://github.com/charmbracelet/lipgloss [stdlog]: https://pkg.go.dev/log