diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-19 10:46:17 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-19 10:49:26 -0400 |
commit | 23ede20d7cd964d09bebb2df515d4062d7d5e88b (patch) | |
tree | 1c2bc68361a8c16465c76cf1b00d4201b7e8b105 /include | |
parent | e586f29e6d2974be68994405ff35684353883444 (diff) | |
download | lat-23ede20d7cd964d09bebb2df515d4062d7d5e88b.tar.gz lat-23ede20d7cd964d09bebb2df515d4062d7d5e88b.zip |
Add args
- --pager
Diffstat (limited to 'include')
-rw-r--r-- | include/arg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index 2b18791..770b9b5 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.9.3" +#define LAT_VERSION "0.10.0" struct config { bool stdin; @@ -11,6 +11,7 @@ struct config { bool lines; bool headers; int force_binary; + bool pager; bool has_read_stdin; }; |