aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/include/args.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-06-29 15:17:47 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-06-30 09:53:50 -0400
commit456693eef1c3c2f97cf27d777e4e00464e01ff82 (patch)
tree84efefb8fa80d13daa4ee4ed0498db86d6dcc0d7 /src/cli/stasis/include/args.h
parent4a189db63597c66b15101ba0344494f49d9af3b1 (diff)
downloadstasis-force-repeatable.tar.gz
Implement --force-repeatable optionforce-repeatable
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 e789261..ecb20c3 100644
--- a/src/cli/stasis/include/args.h
+++ b/src/cli/stasis/include/args.h
@@ -21,6 +21,7 @@
#define OPT_TASK_TIMEOUT 1013
#define OPT_WHEEL_BUILDER 1014
#define OPT_WHEEL_BUILDER_MANYLINUX_IMAGE 1015
+#define OPT_FORCE_REPEATABLE 1016
extern struct option long_options[];
void usage(char *progname);