Documentation
¶
Overview ¶
Package alias provides unprefixed type aliases for xargs command flags. This allows users to import and use shorter names:
import "github.com/gloo-foo/cmd-xargs/alias" alias.Xargs(alias.MaxArgs(2))
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Subprocess ¶
Subprocess re-exports the default external-process exec factory.
Types ¶
type CommandFor ¶
CommandFor builds the command run for one group's argv.
type MaxProcs ¶
type MaxProcs = command.XargsMaxProcs
MaxProcs is the -P flag: max concurrent invocations.
type Replace ¶
type Replace = command.XargsReplace
Replace is the -I flag: substitute a token per input line.
Click to show internal directories.
Click to hide internal directories.