Options
Options
Pax Runner options are parameters that start with two dashes (--). You can specify any number of options and there is no relevance in the option ordering (the order you specify them). The syntax of an option is:
--<name>=<value>
where the name of the option is case insensitive.
For logical options (boolean) Pax Runner accepts a shortcut as follows:
for a 'true' value you do not have to specify '=true'. So, for example,
--console=trueis equivalent with--console.for a 'false' value you do not have to specify '=false' but prefix the option name with 'no'. So, for example,
--console=falseis equivalent with--noConsole.
For a detailed list of Pax Runner options take a look at the options index page.
Detailed options
In the pages bellow you may find detailed descriptions about Pax Runner options.