WPP now uses the Getopt::Long for retrieving command line switches, so the
syntax for some is a bit different (see: -c, -D, -W).
-
-c FILE
--config=FILE
- Use FILE as config file (default is 'config').
-
-D CONST=VAL
-D CONST
--define CONST=VAL
--define CONST
- Declare a constant CONST with the optional associated value VAL.
-
-d
--depend
- Generate dependencies for make (it's disabled if wpp is reading data from
standard input).
-
-g
--debug
- Enable the debugging output of the internal parser.
- -h
--help
- Print the list of command line switches with a short description.
- -q
--quiet
- Run without printing any message and warning.
- -v
--version
- Print the version number of wpp and exit.
- -W all
--warn=all
- Enable printing all warnings.
- -W none
--warn=none
- Disable warnings.
- -W LEV
--warn=LEV
- Set warning level LEV from 0 (none) to 7 (all).
- -
- Read raw data from the standard input, the html code is written to the
standard output. This is the default behaviour if no file is given and at
least one switch is used (obviously not '-h' or '-v').