aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/glint/include/glint_Command.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/packages/glint/include/glint_Command.hrl')
-rw-r--r--aoc2023/build/packages/glint/include/glint_Command.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/build/packages/glint/include/glint_Command.hrl b/aoc2023/build/packages/glint/include/glint_Command.hrl
new file mode 100644
index 0000000..00a03e3
--- /dev/null
+++ b/aoc2023/build/packages/glint/include/glint_Command.hrl
@@ -0,0 +1,5 @@
+-record(command, {
+ do :: fun((glint:command_input()) -> any()),
+ flags :: gleam@map:map_(binary(), glint@flag:flag()),
+ description :: binary()
+}).