alias

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT Imports: 2 Imported by: 0

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

func Tee

func Tee(opts ...any) gloo.Command[[]byte, []byte]

Tee re-exports the constructor.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL