12#ifndef MCRL2_UTILITIES_XINPUT_TOOL_H
13#define MCRL2_UTILITIES_XINPUT_TOOL_H
43 parser.error(
"too many file arguments");
47 parser.error(
"too few file arguments");
55 return "[OPTION]... [INFILES]\n";
65 for (
auto& input : parser.arguments)
74 std::ostringstream out;
75 out <<
"Input read from ";
78 out <<
"'" + filename +
"', ";
93 const std::string& author,
94 const std::string& what_is,
95 const std::string& tool_description,
96 std::string known_issues =
"",
100 :
tool(name, author, what_is, tool_description, known_issues)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...