You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/src/main.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,7 @@ async fn main() {
254
254
.arg(arg!(<path> "Directory of configuration files or a single configuration file"))
255
255
.arg(arg!(-k --keep "Do not delete subscriptions that are not present in the configuration"))
256
256
.arg(arg!(-y --yes "Do not prompt for confirmation when <path> is a configuration file and --keep is not used"))
257
+
.arg(arg!(-e --"allow-empty""Allow loading from empty directories"))
257
258
.arg(arg!(-r --revision <REVISION> "Revision name of the configuration. If present, it will be added by openwec as metadata of all events received using this subscription."))
0 commit comments