MCPcopy Create free account
hub / github.com/go-task/task / StdinNode

Struct StdinNode

taskfile/node_stdin.go:13–15  ·  view source on GitHub ↗

A StdinNode is a node that reads a taskfile from the standard input stream.

Source from the content-addressed store, hash-verified

11
12// A StdinNode is a node that reads a taskfile from the standard input stream.
13type StdinNode struct {
14 *baseNode
15}
16
17func NewStdinNode(dir string) (*StdinNode, error) {
18 return &StdinNode{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected