mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
7 lines
160 B
Go
7 lines
160 B
Go
// Package term provides functionality for working with terminals.
|
|
package term
|
|
|
|
import "src.elv.sh/pkg/logutil"
|
|
|
|
var logger = logutil.GetLogger("[cli/term] ")
|