summaryrefslogtreecommitdiff
path: root/src/til_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_args.h')
-rw-r--r--src/til_args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/til_args.h b/src/til_args.h
index d45b619..85d4d7b 100644
--- a/src/til_args.h
+++ b/src/til_args.h
@@ -11,6 +11,7 @@ typedef struct til_args_t {
unsigned use_defaults:1;
unsigned help:1;
unsigned gogogo:1;
+ unsigned print_pipes:1;
} til_args_t;
int til_args_parse(int argc, const char *argv[], til_args_t *res_args);
© All Rights Reserved