remove window option
This commit is contained in:
parent
dcdf13594a
commit
3af06e9665
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ fn main() -> Result<()> {
|
||||||
/// Options for screenshot
|
/// Options for screenshot
|
||||||
#[derive(StructOpt)]
|
#[derive(StructOpt)]
|
||||||
pub struct Options {
|
pub struct Options {
|
||||||
/// The region to select (fullscreen | window | select)
|
/// The region to select (fullscreen | select)
|
||||||
#[structopt(parse(try_from_str = Region::from_str))]
|
#[structopt(parse(try_from_str = Region::from_str))]
|
||||||
pub region: Region,
|
pub region: Region,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue