aboutsummaryrefslogtreecommitdiff
path: root/include/arg.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-19 22:30:10 -0400
committerShav Kinderlehrer <[email protected]>2023-04-19 22:30:55 -0400
commit83929dd8aa8f528dcf67f5fa22a7a3a53433ab67 (patch)
treef4ad81bad6817114e375df71861df0a4f05eb8dc /include/arg.h
parentc713312b2281787030602e6d1e10d5a65cd2dbce (diff)
downloadlat-83929dd8aa8f528dcf67f5fa22a7a3a53433ab67.tar.gz
lat-83929dd8aa8f528dcf67f5fa22a7a3a53433ab67.zip
Add argsv0.11.0
- --literal - fix outputting format for less and piped output (finally)
Diffstat (limited to 'include/arg.h')
-rw-r--r--include/arg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h
index ba47a27..06badf1 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -2,7 +2,7 @@
#define ARG_H
#include <stdbool.h>
-#define LAT_VERSION "0.10.2"
+#define LAT_VERSION "0.11.0"
struct config {
bool stdin;
@@ -11,6 +11,7 @@ struct config {
bool lines;
bool headers;
int force_binary;
+ bool literal;
bool pager;
bool has_read_stdin;
};