Conversation
|
are the current output file names meaningful to humans? IIRC it was a random number or some such? It be helpful to make it something deterministic in this same PR as I would like to implement this option in the gradle plugin with the ability to move the output files into the variant directory adjacent to the report outputs. Currently they pop up in the consuming module root dir due to the way gradle works. |
8de5c29 to
1cd77a5
Compare
|
Currently only |
1cd77a5 to
f2c6928
Compare
|
@trevjonez see gojuno/commander#6 (comment) It's definitely possible |
|
@artem-zinnatullin PTAL) |
| names = arrayOf("--verbose-output"), | ||
| required = false, | ||
| arity = 1, | ||
| description = "Either `true` or `false` to enable/disable verbose output for Swarmer. `false` by default." |
There was a problem hiding this comment.
I guess it's my copypasta, don't want to look into history :)
f2c6928 to
d31c1de
Compare
d31c1de to
c8b0250
Compare
No description provided.