JustBash.AST.Pipeline (JustBash v0.3.0)
View SourceA pipeline: cmd1 | cmd2 | cmd3
Summary
Types
@type t() :: %JustBash.AST.Pipeline{ commands: [JustBash.AST.command()], negated: boolean() }
A pipeline: cmd1 | cmd2 | cmd3
@type t() :: %JustBash.AST.Pipeline{ commands: [JustBash.AST.command()], negated: boolean() }