Documentation
¶
Overview ¶
Package alias provides unprefixed names for the tee command surface.
import tee "github.com/gloo-foo/cmd-tee/alias"
tee.Tee(gloo.File("out.txt"), tee.Append)
Index ¶
Constants ¶
View Source
const Append = command.TeeAppend
Append is the -a flag: append to named files instead of truncating.
View Source
const Truncate = command.TeeTruncate
Truncate is the default: truncate named files before writing.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.