From 2abab7c9e85ccda8abf12f0bdf70f2a6a1c1ffa0 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 21:07:24 -0400 Subject: Add args - --binary --- include/arg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -#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; }; -- cgit v1.2.3