diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-11-11 15:52:55 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-11-14 10:30:57 -0500 |
| commit | 212e56f1256b8ff3e9dacb0b867e48fcb9d2a315 (patch) | |
| tree | b32d3c2ed7f9e8119e6596900324c851e1020054 /src/cli/stasis/include | |
| parent | b674adfebf5d7b756f9d996a5229e7aa733a7797 (diff) | |
| download | stasis-212e56f1256b8ff3e9dacb0b867e48fcb9d2a315.tar.gz | |
Add --no-task-logging CLI argument
Diffstat (limited to 'src/cli/stasis/include')
| -rw-r--r-- | src/cli/stasis/include/args.h | 1 |
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..850be4a 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_TASK_LOGGING 1012 extern struct option long_options[]; void usage(char *progname); |
