You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install
go install github.com/k8s-school/ink@main
# print in green
ink "message"# print in red to stderr
ink -r "ERROR: error message"# show usage
ink -h