Documentation
¶
Overview ¶
Package alias provides unprefixed names for paste command flags.
import paste "github.com/gloo-foo/cmd-paste/alias"
paste.Paste(paste.Serial, paste.Delimiter(","))
Index ¶
Constants ¶
View Source
const NoSerial = command.PasteNoSerial
default: parallel
View Source
const Serial = command.PasteSerial
-s flag: serial (paste one file at a time)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Delimiter ¶
type Delimiter = command.PasteDelimiter
Delimiter is the -d delimiter-list flag joined between consecutive lines.
Click to show internal directories.
Click to hide internal directories.