JustBash.AST.Pipeline (JustBash v0.3.0)

View Source

A pipeline: cmd1 | cmd2 | cmd3

Summary

Types

t()

@type t() :: %JustBash.AST.Pipeline{
  commands: [JustBash.AST.command()],
  negated: boolean()
}