Current section

Files

Jump to
cosmo_cli include cosmo_cli_FlagBool.hrl
Raw

include/cosmo_cli_FlagBool.hrl

-record(flag_bool, {
short :: gleam@option:option(binary()),
long :: binary(),
description :: gleam@option:option(binary()),
value :: boolean()
}).