Documentation
¶
Overview ¶
Package alias provides unprefixed names for the seq command and its flags.
import seq "github.com/gloo-foo/cmd-seq/alias" seq.Seq(1, 5, seq.EqualWidth)
Index ¶
Constants ¶
View Source
const EqualWidth = command.SeqEqualWidth
EqualWidth (-w): zero-pad numbers to equal width.
View Source
const NoEqualWidth = command.SeqNoEqualWidth
NoEqualWidth is the default: do not pad to equal width.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Separator ¶
type Separator = command.SeqSeparator
Separator (-s): join all numbers onto one line with this separator.
Click to show internal directories.
Click to hide internal directories.