mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow more filters and rename member.
This commit is contained in:
@@ -32,7 +32,7 @@ struct IsolTestOptions: CommonOptions
|
||||
{
|
||||
bool showHelp = false;
|
||||
bool noColor = false;
|
||||
std::string test = std::string{};
|
||||
std::string testFilter = std::string{};
|
||||
|
||||
IsolTestOptions(std::string* _editor);
|
||||
bool parse(int _argc, char const* const* _argv) override;
|
||||
|
||||
Reference in New Issue
Block a user