From 0d637cc928eca740d6823337a10e0344a4f259db Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 7 Jan 2025 11:05:30 -0500 Subject: Implement --no-export --- src/cli/stasis/include/args.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli/stasis/include/args.h') 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); -- cgit