From 44d0bbcc10d58cc4c865824d2748d263756a8e2a Mon Sep 17 00:00:00 2001 From: eureka-cpu Date: Thu, 31 Oct 2024 23:00:05 -0700 Subject: [PATCH] remove unnecessary index for url subcommand --- cli/src/command.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/command.rs b/cli/src/command.rs index 55ece7d..c6ba075 100644 --- a/cli/src/command.rs +++ b/cli/src/command.rs @@ -106,7 +106,6 @@ pub struct UrlUploadArgs { #[arg( help = "Specify a URL endpoint to deploy to", value_name = "URL", - index = 1, required = true )] pub url: String,