Tracktion / pluginval

Cross platform plugin testing and validation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newline missing in usage-information

umlaeute opened this issue · comments

when running ./pluginval --help it prints a usage information (thanks).

personally i feel that the list of options is hard to read, probably it would be better to group the options into meaningful blocks).

in any case, the documentation for the --randomize option is not started on a new line, which makes it even harder to parse. this becomes apparent in the following file (which is obviously generated from the ./pluginval --help output:

--repeat [num repeats]
If specified repeats the tests a given number of times. Note that this does not delete and re-instantiate the plugin for each repeat. --randomise
If specified the tests are run in a random order per repeat. --data-file [pathToFile]

the problem is of course a missing << newLine at the end of

<< " If specified repeats the tests a given number of times. Note that this does not delete and re-instantiate the plugin for each repeat."

actually, there's another occurence of a missing newline for the --data-file flag.