aboutsummaryrefslogtreecommitdiff
path: root/include/arg.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-13 09:03:33 -0400
committerShav Kinderlehrer <[email protected]>2023-04-13 09:03:33 -0400
commit5f01703842daf79a5beb9b2d87bf42034346de03 (patch)
tree652ef2af1318c015954edbc1fe5d70ba8e2812a6 /include/arg.h
parent58e0d435c38c0b4e6c59244436556dba6ed96abf (diff)
downloadlat-5f01703842daf79a5beb9b2d87bf42034346de03.tar.gz
lat-5f01703842daf79a5beb9b2d87bf42034346de03.zip
Add argsv0.5.0
- --help - --version
Diffstat (limited to 'include/arg.h')
-rw-r--r--include/arg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arg.h b/include/arg.h
index be7ca0e..02ca360 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -2,6 +2,8 @@
#define ARG_H
#include <stdbool.h>
+#define LAT_VERSION "0.4.0"
+
struct config {
bool color;
bool lines;