JustBash.AST.DefaultValue (JustBash v0.3.0)

View Source

${VAR:-default} or ${VAR-default}

Summary

Types

t()

@type t() :: %JustBash.AST.DefaultValue{
  check_empty: boolean(),
  word: JustBash.AST.Word.t()
}