Options | |||
---|---|---|---|
Option | Param | Description | |
--no-wildcards | Disable wildcard parsing and use each filename exactly as specified. | ||
--in-order | Process the input files in order of the command line and don't delete duplicates. | ||
-i | --ignore | Ignore non existing source files without warning. | |
-B | --brief | Suppres comments at all. If set twice, suppress empty lines (for grouping) too. If set three times, omit inactive features (value 0) too. | |
-l | --long | If set, a comma-separated list of letters is added to the end of each feature. If set twice, the output is filled with minus signed to get an aligned string. The letters used are: |
|
-q | --quiet | Suppress logging of input and output files. | |
--sections | Dump info using configuration or section syntax. Use --var name as prefix. | ||
--sh | Dump info using SH syntax. Use --var name as prefix. | ||
--bash | Dump info using BASH syntax. Use --var name as prefix. | ||
--json | Dump info using JSON syntax. Options --var and --array are ignored. | ||
--php | Dump infos using PHP syntax. Use --var name as variable name of the resulting object. | ||
--makedoc | Dump infos using MakeDoc syntax. Use --var name as variable name of the resulting map. | ||
--var | varname | Use |
|
--array | Use an array on script output if possible. If arrays are not supported, then append a '_#' suffix with an zero based index to the variable name defined by --var name. In this case, only one output file is created. | ||
--avar | varname | Shortcut for: --array --var name | |
--case | case | ||
-- | |||
-d | --dest | path | Define a destination path (directory/file). The destination
The path may contain escape sequences:
A |
-D | --DEST | path | Like --dest, but create the directory path automatically. |