From f1de0cfb8b2c2d71d1776032b63e33090664ec84 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Thu, 13 Apr 2023 09:24:41 -0400 Subject: Add stdin support --- include/arg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/arg.h b/include/arg.h index 02ca360..985daa4 100644 --- a/include/arg.h +++ b/include/arg.h @@ -7,6 +7,7 @@ struct config { bool color; bool lines; + bool has_read_stdin; }; extern struct config conf; -- cgit v1.2.3