JustBash.AST.CommandSubstitution (JustBash v0.3.0)

View Source

Command substitution: $(cmd) or cmd

Summary

Types

t()

@type t() :: %JustBash.AST.CommandSubstitution{
  body: JustBash.AST.Script.t(),
  legacy: boolean()
}