diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-13 09:24:41 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-13 09:24:41 -0400 |
commit | f1de0cfb8b2c2d71d1776032b63e33090664ec84 (patch) | |
tree | 5c4bfb1ae02d152a16d315cabd9571693b5a8873 /include/arg.h | |
parent | 5f01703842daf79a5beb9b2d87bf42034346de03 (diff) | |
download | lat-f1de0cfb8b2c2d71d1776032b63e33090664ec84.tar.gz lat-f1de0cfb8b2c2d71d1776032b63e33090664ec84.zip |
Add stdin supportv0.6.0
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |