aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-31 12:58:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-31 12:58:59 -0400
commit530b91d9e756830abffce9d96ed995e0fe3302b0 (patch)
treedc3df5990c6c45c4a2beea887269382bae7bd8b6 /src/stdlib/tomo.h
parent07c5287760ca7a80c06dd80defe007ad009695fc (diff)
Move CLI parsing to its own file.
Diffstat (limited to 'src/stdlib/tomo.h')
-rw-r--r--src/stdlib/tomo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h
index ff16bee1..1ff065b9 100644
--- a/src/stdlib/tomo.h
+++ b/src/stdlib/tomo.h
@@ -11,6 +11,7 @@
#include "bools.h" // IWYU pragma: export
#include "bytes.h" // IWYU pragma: export
#include "c_strings.h" // IWYU pragma: export
+#include "cli.h" // IWYU pragma: export
#include "datatypes.h" // IWYU pragma: export
#include "enums.h" // IWYU pragma: export
#include "files.h" // IWYU pragma: export