-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main #32
Comments
Arguments we found by now:
More arguments are need in For
|
@Luolc Once we are finished with all components up to and including generating config, we need to start this. Other components may take a back seat and we may start working on expanding what is getting placed into the generated config file. |
@Luolc Please start this. |
Do you mean that we have two options: 1. generate config and report 2. only generate config ? |
1 should be the default as this will be the most common case when our utility is fully functional. Users shouldn't need to give an option to do this, it should be default. |
Issues have been created for remaining work, so I am closing this |
We need a main class that users will use to access and run 'regression-tool'.
It needs to take in custom parameters, validate the parameters, and use those values to execute the tool.
If any parameters are wrongly entered, we need to give an informative error message and exit with non-zero code.
If an exception happens in any component, we should rethrow it all the way up to the Main class and display it to the user.
What kind of parameters will we accept? Which are required, which can be optional, and what will be the default values of the optional ones?
We will need a type of help menu, to display to users the list of parameters and their brief descriptions and anything else they need to know to use them correctly.
Blocked by Issue #19, #20, #21 .
The text was updated successfully, but these errors were encountered: