mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 17:52:15 +00:00
Grid may now be used multiple times.
This commit is contained in:
parent
b9c6d10c79
commit
e7aeb608f6
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user