diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-18 08:58:23 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-18 08:58:23 -0400 |
commit | e586f29e6d2974be68994405ff35684353883444 (patch) | |
tree | 9d659a1319629e78372b22873eb6d51327c1fa84 /include/arg.h | |
parent | 0e1183a62cb98f52393961f7d40524f3754ec22e (diff) | |
download | lat-e586f29e6d2974be68994405ff35684353883444.tar.gz lat-e586f29e6d2974be68994405ff35684353883444.zip |
Revise --binary functionalityv0.9.3
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arg.h b/include/arg.h index 138a44b..2b18791 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.9.2" +#define LAT_VERSION "0.9.3" struct config { bool stdin; @@ -10,7 +10,7 @@ struct config { bool color; bool lines; bool headers; - bool force_binary; + int force_binary; bool has_read_stdin; }; |