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: src/GalleryTools/Commands/ReserveNamespacesCommand.cs
+34-10Lines changed: 34 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,21 @@ public static void Configure(CommandLineApplication config)
36
36
$"The duration in seconds to sleep between each reservation (default: 0).",
37
37
CommandOptionType.SingleValue);
38
38
39
+
varunreserveOption=config.Option(
40
+
"-u | --unreserve",
41
+
$"Unreserve namespaces, instead of reserving them. Meant for a rollback of bulk reserving. Note that you must clear the progress file to reuse the same input file.",
0 commit comments