aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/glint/include/glint_Command.hrl
blob: 2761365e1e3b088af21e8e07d44343d515facf05 (plain)
1
2
3
4
5
-record(command, {
    do :: fun((glint:command_input()) -> any()),
    flags :: gleam@dict:dict(binary(), glint@flag:flag()),
    description :: binary()
}).