Require at least one input file
This commit is contained in:
parent
ad3a2d18f8
commit
82b3176a40
@ -7,7 +7,7 @@ enum Command
|
|||||||
#[structopt(about = "Verifies a logic program against a specification")]
|
#[structopt(about = "Verifies a logic program against a specification")]
|
||||||
VerifyProgram
|
VerifyProgram
|
||||||
{
|
{
|
||||||
#[structopt(parse(from_os_str))]
|
#[structopt(parse(from_os_str), required(true))]
|
||||||
input: Vec<std::path::PathBuf>,
|
input: Vec<std::path::PathBuf>,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user