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