JustBash.AST.SimpleCommand (JustBash v0.3.0)

View Source

Simple command: name args... with optional redirections

Summary

Types

t()

@type t() :: %JustBash.AST.SimpleCommand{
  args: [JustBash.AST.Word.t()],
  assignments: [JustBash.AST.Assignment.t()],
  line: non_neg_integer() | nil,
  name: JustBash.AST.Word.t() | nil,
  redirections: [JustBash.AST.Redirection.t()]
}