aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/glint/include/glint_Command.hrl
blob: 00a03e317e9805201791c7784231654fe73430f5 (plain)
1
2
3
4
5
-record(command, {
    do :: fun((glint:command_input()) -> any()),
    flags :: gleam@map:map_(binary(), glint@flag:flag()),
    description :: binary()
}).