update: README.md; bump version to 1.5.0;

This commit is contained in:
2024-09-25 23:18:18 +08:00
parent 39adf93e46
commit cb7a84662f
2 changed files with 31 additions and 4 deletions

View File

@@ -63,6 +63,8 @@ int main(int argc, char **argv)
("v,version", "Print version information", cxxopts::value<bool>()->default_value("false"))
("filenames", "Input files", cxxopts::value<std::vector<std::string>>());
options.positional_help("<files>");
options.parse_positional({"filenames"});
options.allow_unrecognised_options();