13 options.add_options()(
"filename", bpo::value<std::string>()->default_value(
""),
"Filename of the input file")(
14 "flib-host", bpo::value<std::string>()->default_value(
""),
"Host where the timeslice server is running")(
15 "max-timeslices", bpo::value<uint64_t>()->default_value(0),
16 "Maximum number of timeslices to process for Run/ConditionalRun/OnData (0 "
17 "- infinite)")(
"flib-port", bpo::value<uint64_t>()->default_value(0),
"Port where the timeslice server is running");