mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make show unproved CLI a flag
This commit is contained in:
@@ -733,8 +733,7 @@ General Information)").c_str(),
|
||||
)
|
||||
(
|
||||
g_strModelCheckerShowUnproved.c_str(),
|
||||
po::value<bool>()->value_name("false,true")->default_value(false),
|
||||
"Select whether to show all unproved targets."
|
||||
"Show all unproved targets separately."
|
||||
)
|
||||
(
|
||||
g_strModelCheckerSolvers.c_str(),
|
||||
@@ -1114,10 +1113,7 @@ General Information)").c_str(),
|
||||
}
|
||||
|
||||
if (m_args.count(g_strModelCheckerShowUnproved))
|
||||
{
|
||||
bool showUnproved = m_args[g_strModelCheckerShowUnproved].as<bool>();
|
||||
m_options.modelChecker.settings.showUnproved = showUnproved;
|
||||
}
|
||||
m_options.modelChecker.settings.showUnproved = true;
|
||||
|
||||
if (m_args.count(g_strModelCheckerSolvers))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user