Skip to content

Commit

Permalink
Implement --no-export
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Jan 7, 2025
1 parent facbd14 commit 709394b
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 190 deletions.
1 change: 1 addition & 0 deletions src/cli/stasis/include/args.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading

0 comments on commit 709394b

Please sign in to comment.