mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved program_options add_options to a helper function to allow defaults to be set by derived class constructor before immutable options are created by parent
This commit is contained in:
@@ -35,6 +35,7 @@ struct IsolTestOptions: CommonOptions
|
||||
std::string testFilter = std::string{};
|
||||
|
||||
IsolTestOptions(std::string* _editor);
|
||||
void addOptions() override;
|
||||
bool parse(int _argc, char const* const* _argv) override;
|
||||
void validate() const override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user