JustBash.AST.Redirection (JustBash v0.3.0)
View SourceI/O redirection
Summary
Types
@type operator() ::
:<
| :>
| :">>"
| :">&"
| :"<&"
| :<>
| :">|"
| :"&>"
| :"&>>"
| :<<<
| :"<<"
| :"<<-"
@type t() :: %JustBash.AST.Redirection{ fd: non_neg_integer() | nil, operator: operator(), target: JustBash.AST.Word.t() | JustBash.AST.HereDoc.t() }