Added script to list parameters
This commit is contained in:
parent
b6995b05a2
commit
ec0998caa4
1 changed files with 7 additions and 0 deletions
7
cliargs.sh
Executable file
7
cliargs.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
java -cp "lib/test/*" org.pitest.mutationtest.commandline.MutationCoverageReport --help |\
|
||||||
|
grep "^.*--.*" |\
|
||||||
|
sed -e "s/\* --/--/" -e "s/ .*//" -e "s/^--/\"--/" -e "s/$/\",/" |\
|
||||||
|
sort |\
|
||||||
|
sed -e '/testPlugin/d' -e '/--help/d' -e '/---/d' -e '$s/,//'
|
Loading…
Add table
Add a link
Reference in a new issue