From f853dabe7f3585ec856669c6711df08087b65cd8 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 18:40:17 -0400 Subject: Fix stdin support --- include/arg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/arg.h') diff --git a/include/arg.h b/include/arg.h index 1bf23f4..dc2e242 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,9 +2,10 @@ #define ARG_H #include -#define LAT_VERSION "0.4.0" +#define LAT_VERSION "0.7.3" struct config { + bool stdin; bool process; bool color; bool lines; -- cgit v1.2.3