aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/glint/include/glint_CommandInput.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/packages/glint/include/glint_CommandInput.hrl')
-rw-r--r--aoc2023/build/packages/glint/include/glint_CommandInput.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc2023/build/packages/glint/include/glint_CommandInput.hrl b/aoc2023/build/packages/glint/include/glint_CommandInput.hrl
new file mode 100644
index 0000000..72c9641
--- /dev/null
+++ b/aoc2023/build/packages/glint/include/glint_CommandInput.hrl
@@ -0,0 +1,4 @@
+-record(command_input, {
+ args :: list(binary()),
+ flags :: gleam@map:map_(binary(), glint@flag:flag())
+}).