From a550c7f22985048a0089a529ca89061ab80daff2 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 10:23:52 -0400 Subject: Add optional processing stage --- include/arg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/arg.h') diff --git a/include/arg.h b/include/arg.h index 985daa4..1bf23f4 100644 --- a/include/arg.h +++ b/include/arg.h @@ -5,6 +5,7 @@ #define LAT_VERSION "0.4.0" struct config { + bool process; bool color; bool lines; bool has_read_stdin; -- cgit v1.2.3