diff options
-rw-r--r-- | fatcat-cli/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat-cli/src/main.rs b/fatcat-cli/src/main.rs index 760f851..7294735 100644 --- a/fatcat-cli/src/main.rs +++ b/fatcat-cli/src/main.rs @@ -102,10 +102,10 @@ enum BatchCommand { Create { entity_type: EntityType, - #[structopt(long, default_value = "50")] + #[structopt(long, default_value = "50", global = true)] batch_size: u64, - #[structopt(long)] + #[structopt(long, global = true)] auto_accept: bool, }, Update { |