diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-31 12:58:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-31 12:58:59 -0400 |
| commit | 530b91d9e756830abffce9d96ed995e0fe3302b0 (patch) | |
| tree | dc3df5990c6c45c4a2beea887269382bae7bd8b6 /src/stdlib/tomo.h | |
| parent | 07c5287760ca7a80c06dd80defe007ad009695fc (diff) | |
Move CLI parsing to its own file.
Diffstat (limited to 'src/stdlib/tomo.h')
| -rw-r--r-- | src/stdlib/tomo.h | 1 |
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 |
