Documentation ¶
Overview ¶
Code generated by script-contextual/generator DO NOT EDIT.
Index ¶
- Variables
- type Pipe
- func Args() *Pipe
- func At(dir string) *Pipe
- func Do(req *http.Request) *Pipe
- func Echo(s string) *Pipe
- func Exec(cmdLine string) *Pipe
- func ExecContext(ctx context.Context, cmdLine string) *Pipe
- func File(path string) *Pipe
- func FindFiles(path string) *Pipe
- func Get(url string) *Pipe
- func IfExists(path string) *Pipe
- func ListFiles(path string) *Pipe
- func NewPipe() *Pipe
- func Post(url string) *Pipe
- func Slice(s []string) *Pipe
- func Stdin() *Pipe
- func (p *Pipe) AppendEnv(env ...string) *Pipe
- func (p *Pipe) AppendFile(path string) (int64, error)
- func (p *Pipe) At(dir string) *Pipe
- func (p *Pipe) Basename() *Pipe
- func (p *Pipe) Column(a1 int) *Pipe
- func (p *Pipe) Concat() *Pipe
- func (p *Pipe) Dirname() *Pipe
- func (p *Pipe) Do(a1 *http.Request) *Pipe
- func (p *Pipe) EachLine(a1 func(string, *strings.Builder)) *Pipe
- func (p *Pipe) Echo(a1 string) *Pipe
- func (p *Pipe) Exec(cmdLine string) *Pipe
- func (p *Pipe) ExecContext(ctx context.Context, cmdLine string) *Pipe
- func (p *Pipe) ExecForEach(cmdLine string) *Pipe
- func (p *Pipe) ExecForEachContext(ctx context.Context, cmdLine string) *Pipe
- func (p *Pipe) Filter(a1 func(io.Reader, io.Writer) error) *Pipe
- func (p *Pipe) FilterLine(a1 func(string) string) *Pipe
- func (p *Pipe) FilterScan(a1 func(string, io.Writer)) *Pipe
- func (p *Pipe) First(a1 int) *Pipe
- func (p *Pipe) Freq() *Pipe
- func (p *Pipe) Get(a1 string) *Pipe
- func (p *Pipe) JQ(a1 string) *Pipe
- func (p *Pipe) Join() *Pipe
- func (p *Pipe) Last(a1 int) *Pipe
- func (p *Pipe) Match(a1 string) *Pipe
- func (p *Pipe) MatchRegexp(a1 *regexp.Regexp) *Pipe
- func (p *Pipe) Post(a1 string) *Pipe
- func (p *Pipe) Read(b []byte) (int, error)
- func (p *Pipe) Reject(a1 string) *Pipe
- func (p *Pipe) RejectRegexp(a1 *regexp.Regexp) *Pipe
- func (p *Pipe) Replace(a1 string, a2 string) *Pipe
- func (p *Pipe) ReplaceRegexp(a1 *regexp.Regexp, a2 string) *Pipe
- func (p *Pipe) SHA256Sums() *Pipe
- func (p *Pipe) Tee(a1 ...io.Writer) *Pipe
- func (p *Pipe) WithCurrentEnv() *Pipe
- func (p *Pipe) WithEnv(env []string) *Pipe
- func (p *Pipe) WithEnvKV(key, value string) *Pipe
- func (p *Pipe) WithError(a1 error) *Pipe
- func (p *Pipe) WithHTTPClient(a1 *http.Client) *Pipe
- func (p *Pipe) WithReader(a1 io.Reader) *Pipe
- func (p *Pipe) WithStderr(w io.Writer) *Pipe
- func (p *Pipe) WithStdout(a1 io.Writer) *Pipe
- func (p *Pipe) WriteFile(path string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var NewReadAutoCloser = script.NewReadAutoCloser
Functions ¶
This section is empty.
Types ¶
type Pipe ¶
func (*Pipe) ExecForEach ¶
func (*Pipe) ExecForEachContext ¶
func (*Pipe) SHA256Sums ¶
func (*Pipe) WithCurrentEnv ¶
WithCurrentEnv sets the environment variables to the current process's environment.
Click to show internal directories.
Click to hide internal directories.