alias

package
v0.1.7 Latest Latest
Warning

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

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

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

func Seq

func Seq(args ...any) gloo.Source[[]byte]

Seq is the command constructor; it forwards to command.Seq.

Types

type Format

type Format = command.SeqFormat

Format (-f): printf-style format applied to each number.

type Separator

type Separator = command.SeqSeparator

Separator (-s): join all numbers onto one line with this separator.

Jump to

Keyboard shortcuts

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