Current section
Files
Jump to
Current section
Files
include/glap@parser_Parser.hrl
-record(parser, {
description :: binary(),
arguments :: list(glap@arguments:argument()),
settings :: gleam@option:option(glap@parser_settings:parser_settings()),
help_settings :: gleam@option:option(glap@help_settings:help_settings())
}).