Grid may now be used multiple times.

This commit is contained in:
Filipe Rodrigues 2021-10-22 07:41:10 +01:00
parent b9c6d10c79
commit e7aeb608f6

View File

@ -78,6 +78,7 @@ pub fn get() -> Result<Args, anyhow::Error> {
ClapArg::with_name(arg_name::GRID)
.help("Adds a grid of image geometries (`{columns}x{rows}@{geometry}``)")
.takes_value(true)
.multiple(true)
.long("grid"),
)
.arg(