Documentation
¶
Overview ¶
Package alias provides unprefixed names for shuf command flags. This allows users to import and use shorter names:
import "github.com/gloo-foo/cmd-shuf/alias" shuf.Shuf(alias.Count(3), alias.Seed(42))
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Echo ¶
func Echo(args ...command.ShufLine) command.ShufEchoArgs
Echo treats the given arguments as input lines to shuffle (-e flag).
Types ¶
Click to show internal directories.
Click to hide internal directories.