Skip to content

Commit

Permalink
remove unnecessary index for url subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka-cpu committed Nov 1, 2024
1 parent a929b04 commit 44d0bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44d0bbc

Please sign in to comment.