package terminal

import "github.com/gohugoio/hugo/common/terminal"

Package terminal contains helper for the terminal, such as coloring output.

Index

Functions

func Error

func Error(s string) string

Error colorizes the string in a colour that grabs attention.

func IsTerminal

func IsTerminal(f *os.File) bool

IsTerminal return true if the file descriptor is terminal and the TERM environment variable isn't a dumb one.

func Notice

func Notice(s string) string

Notice colorizes the string in a noticeable color.

func Warning

func Warning(s string) string

Warning colorizes the string in a colour that warns.

Source Files

colors.go

Version
v0.90.0
Published
Dec 8, 2021
Platform
linux/amd64
Imports
5 packages
Last checked
2 hours ago

Tools for package owners.