alias

package
v0.1.3 Latest Latest
Warning

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

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

Documentation

Overview

Package alias provides unprefixed type aliases for awk command flags. This allows users to import and use shorter names:

import "github.com/gloo-foo/cmd-awk/alias"
awk.Awk(myProgram, alias.FieldSeparator(","))

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Awk

func Awk(program command.Program, opts ...any) gloo.Command[[]byte, []byte]

Awk re-exports the command constructor.

Types

type FieldSeparator

type FieldSeparator = command.AwkFieldSeparator

-F flag: field separator

type OutputFieldSeparator

type OutputFieldSeparator = command.AwkOutputFieldSeparator

output field separator

type Variable

type Variable = command.AwkVariable

-v flag: variable

Jump to

Keyboard shortcuts

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