Added CLI parameters checks and script

This commit is contained in:
Erik C. Thauvin 2024-07-25 13:05:43 -07:00
parent 57af36e761
commit eb917b7cdf
Signed by: erik
GPG key ID: 776702A6A2DA330E
7 changed files with 55 additions and 7 deletions

5
scripts/cliargs.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
java -jar lib/compile/org.jacoco.cli-*-nodeps.jar report 2> >(grep "^ [<-]") |
cut -d' ' -f 2 |
sed -e "/help/d" >"src/test/resources/jacoco-args.txt"