diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-17 21:07:24 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-17 21:13:20 -0400 |
commit | 2abab7c9e85ccda8abf12f0bdf70f2a6a1c1ffa0 (patch) | |
tree | 11eaa6d8c5a69b4844f0b1bd70ec2859e5b0a398 /include | |
parent | f853dabe7f3585ec856669c6711df08087b65cd8 (diff) | |
download | lat-2abab7c9e85ccda8abf12f0bdf70f2a6a1c1ffa0.tar.gz lat-2abab7c9e85ccda8abf12f0bdf70f2a6a1c1ffa0.zip |
Add argsv0.8.0
- --binary
Diffstat (limited to 'include')
-rw-r--r-- | include/arg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index dc2e242..ca65e8e 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,13 +2,14 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.7.3" +#define LAT_VERSION "0.8.0" struct config { bool stdin; bool process; bool color; bool lines; + bool force_binary; bool has_read_stdin; }; |