diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-29 15:42:42 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-05-01 18:13:13 -0400 |
commit | e4f517c02005ed20861c3f1f68f1c2a72bb690d3 (patch) | |
tree | 26b37413c1e48e06135540bf0d921686ef070755 /include/arg.h | |
parent | 0f9a68c578a2c7ea0a4f1a8fc35320aad339b51e (diff) | |
download | lat-e4f517c02005ed20861c3f1f68f1c2a72bb690d3.tar.gz lat-e4f517c02005ed20861c3f1f68f1c2a72bb690d3.zip |
Start implementing -e
- extensions
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 6782ef5..a1864c7 100644 --- a/include/arg.h +++ b/include/arg.h @@ -14,6 +14,7 @@ struct config { bool literal; bool pager; char *name; + char *extension; bool has_read_stdin; }; |