aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/glint/include/glint_Config.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/dev/erlang/glint/include/glint_Config.hrl')
-rw-r--r--aoc2023/build/dev/erlang/glint/include/glint_Config.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc2023/build/dev/erlang/glint/include/glint_Config.hrl b/aoc2023/build/dev/erlang/glint/include/glint_Config.hrl
new file mode 100644
index 0000000..70cf645
--- /dev/null
+++ b/aoc2023/build/dev/erlang/glint/include/glint_Config.hrl
@@ -0,0 +1,4 @@
+-record(config, {
+ pretty_help :: gleam@option:option(glint:pretty_help()),
+ name :: gleam@option:option(binary())
+}).