View Source Helmex.Option (Helmex v0.0.1)

Datastructure representing a command option.

Link to this section Summary

Link to this section Types

@type name() :: binary()
@type require_arg() :: boolean()
@type t() :: %Helmex.Option{name: name(), require_arg: require_arg(), value: value()}
@type value() :: binary() | integer() | nil