From 23ede20d7cd964d09bebb2df515d4062d7d5e88b Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Wed, 19 Apr 2023 10:46:17 -0400 Subject: Add args - --pager --- 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 2b18791..770b9b5 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include -#define LAT_VERSION "0.9.3" +#define LAT_VERSION "0.10.0" struct config { bool stdin; @@ -11,6 +11,7 @@ struct config { bool lines; bool headers; int force_binary; + bool pager; bool has_read_stdin; }; -- cgit v1.2.3