Vexil.Structs.Flag (Vexil v0.1.0) View Source

A struct used for defining boolean flags in Vexil.

Link to this section Summary

Link to this section Types

Specs

t() :: %Vexil.Structs.Flag{
  long: String.t(),
  multiple: bool(),
  short: String.t()
}