aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/include/args.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-07 11:05:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-07 11:14:44 -0500
commit0d637cc928eca740d6823337a10e0344a4f259db (patch)
treeb02e44966f863a7bb01707b1137cda1c0d9aab9b /src/cli/stasis/include/args.h
parentfacbd1473fd1914d7c2e702a3de2227bd7b4bfe1 (diff)
downloadstasis-0d637cc928eca740d6823337a10e0344a4f259db.tar.gz
Implement --no-export
Diffstat (limited to 'src/cli/stasis/include/args.h')
-rw-r--r--src/cli/stasis/include/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/stasis/include/args.h b/src/cli/stasis/include/args.h
index 5bad752..89cb328 100644
--- a/src/cli/stasis/include/args.h
+++ b/src/cli/stasis/include/args.h
@@ -17,6 +17,7 @@
#define OPT_FAIL_FAST 1009
#define OPT_NO_PARALLEL 1010
#define OPT_POOL_STATUS_INTERVAL 1011
+#define OPT_NO_EXPORT 1012
extern struct option long_options[];
void usage(char *progname);