passthrough

package module
v0.0.0-...-3a2dddd Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2015 License: MIT Imports: 6 Imported by: 0

README

Passthrough GoDoc

package Passthrough provides a Gonzo stage for passing files through an executable.

Documentation

Overview

passthrough allows you to pass files through an executable program. The program is executed for every single file, If you want to pass a series of files through a single invocation of the program, please use slurp.Concat and pipe it to passtrhough to be processed by your designed program.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(bin string, args ...string) gonzo.Stage

bin is the binary name, it will be passed to os/exec.Command, so the same path rules applies. the args are the argumetns passed to the program.

Types

This section is empty.

Jump to

Keyboard shortcuts

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