# `BB.Dsl.Command.Argument`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/dsl/command/argument.ex#L5)

An argument for a command.

Arguments define the parameters that can be passed when executing a command.

# `t`

```elixir
@type t() :: %BB.Dsl.Command.Argument{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  default: any(),
  doc: String.t() | nil,
  name: atom(),
  required: boolean(),
  type: atom() | module()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
