mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Stop allow_guessing for command line option parser
This commit is contained in:
@@ -627,6 +627,7 @@ Allowed options)",
|
||||
try
|
||||
{
|
||||
po::command_line_parser cmdLineParser(_argc, _argv);
|
||||
cmdLineParser.style(po::command_line_style::default_style & (~po::command_line_style::allow_guessing));
|
||||
cmdLineParser.options(allOptions).positional(filesPositions);
|
||||
po::store(cmdLineParser.run(), m_args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user