Parsing the command line switch
storm-pars --region '-1 <= x <= 1'
fails with
ERROR (SettingsManager.cpp:514): Non-optional argument <regioninput> of option:
--[region:]region (reg) <regioninput> Sets the region(s) considered for analysis. <regioninput>: The region(s) given in format a<=x<=b,c<=y<=d seperated by ';'. Can also be a file.
ERROR (cli.cpp:26): Unable to parse command line options. Type 'storm-pars --help' or 'storm-pars --help all' for help.
Apparently, the - is parsed as the beginning of a new command line switch.
Parsing the command line switch
fails with
Apparently, the
-is parsed as the beginning of a new command line switch.