mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added some CLI validation
This commit is contained in:
parent
7df5828607
commit
0eef83c3b9
@ -163,6 +163,7 @@ int main(int argc, char** argv)
|
||||
parser.check_sub_option("c", "r");
|
||||
parser.check_incompatible_options("c", "l");
|
||||
parser.check_incompatible_options("c", "rename");
|
||||
parser.check_incompatible_options("l", "rename");
|
||||
|
||||
if (parser.option("h"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user