JustBash.AST.CommandSubstitution (JustBash v0.3.0)
View SourceCommand substitution: $(cmd) or cmd
Summary
Types
@type t() :: %JustBash.AST.CommandSubstitution{ body: JustBash.AST.Script.t(), legacy: boolean() }
Command substitution: $(cmd) or cmd
@type t() :: %JustBash.AST.CommandSubstitution{ body: JustBash.AST.Script.t(), legacy: boolean() }