Added logs

This commit is contained in:
Marcin Grzejszczak
2018-07-02 10:58:18 +02:00
parent 957624da01
commit 52eeac0a2a

View File

@@ -86,6 +86,7 @@ class OptionsParser implements Parser {
.range(range)
.options();
log.info("\n\nWill use the following options ot process the project\n\n{}\n\n", buildOptions);
return buildOptions;
}
catch (Exception e) {
printErrorMessage(e, parser);