Options | |||
---|---|---|---|
Option | Param | Description | |
--load-prefix | file | Read in a PREFIX file and replace the internal prefix database with the content. https://ct.wiimm.de/export/prefix is the authoritative source for this. | |
--plus | chars | If a name begins with a plus sign, then all characters up to the first space are recognized as a plus prefix. The first part consists of all the plus signs followed by any other characters. The first character of the second part is used to determine the sort value. If the second part is empty, then the last plus sign is used instead.
The higher sorting value is now calculated from the number of plus signs in the first part, the more plus signs, the smaller the value. The first character from the second part determines the lower value. If it is in parameter CHARS then the position determines the value, otherwise the ASCII value to which 500 is added. |
|
-i | --ignore | Ignore non existing source files without warning. | |
--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. |