mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Unknown solc arguments are now ignored
This commit is contained in:
parent
d4d0b07c35
commit
7193ac2edc
2
main.cpp
2
main.cpp
@ -66,7 +66,7 @@ int main(int argc, char** argv)
|
||||
p.add("input-file", -1);
|
||||
|
||||
po::variables_map vm;
|
||||
po::store(po::command_line_parser(argc, argv).options(desc).positional(p).run(), vm);
|
||||
po::store(po::command_line_parser(argc, argv).options(desc).positional(p).allow_unregistered().run(), vm);
|
||||
po::notify(vm);
|
||||
|
||||
if (vm.count("help")) {
|
||||
|
Loading…
Reference in New Issue
Block a user