aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-17 22:04:03 -0400
committerShav Kinderlehrer <[email protected]>2023-04-17 22:04:03 -0400
commitb60ecd747be86ae034538b64968c089a3149a4e5 (patch)
tree8f589e2decd68fb54bed6e1712474f0145037fd5 /include
parentf8bdf764b2a532e878f47010428aee534793dd5f (diff)
downloadlat-b60ecd747be86ae034538b64968c089a3149a4e5.tar.gz
lat-b60ecd747be86ae034538b64968c089a3149a4e5.zip
Add argsv0.9.0
- --headers
Diffstat (limited to 'include')
-rw-r--r--include/arg.h1
1 files changed, 1 insertions, 0 deletions
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;
};