aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/glint/include/glint_Glint.hrl
blob: 7ece11d6bf4e893c9cd6d8afbfdc7db00559612f (plain)
1
2
3
4
5
-record(glint, {
    config :: glint:config(),
    cmd :: glint:command_node(any()),
    global_flags :: gleam@map:map_(binary(), glint@flag:flag())
}).