From b60ecd747be86ae034538b64968c089a3149a4e5 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 22:04:03 -0400 Subject: Add args - --headers --- 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 5c45800..e37a950 100644 --- a/include/arg.h +++ b/include/arg.h @@ -9,6 +9,7 @@ struct config { bool process; bool color; bool lines; + bool headers; bool force_binary; bool has_read_stdin; }; -- cgit v1.2.3