diff --git a/src/arg_handler.rs b/src/arg_handler.rs index b5415a0..1cc3b87 100644 --- a/src/arg_handler.rs +++ b/src/arg_handler.rs @@ -16,7 +16,14 @@ pub struct Arguments { host: String, /// Image path(s) - #[arg(short, long, value_name = "PATH", required = true, alias = "images")] + #[arg( + short, + long, + value_name = "PATH", + required = true, + alias = "images", + num_args(1..) + )] image: Vec, /// Draw width [default: screen width]