Identical Functions
Usage
identicalRepair --prefix prefix token source destination [ --stdout ]
Repair an identical token in destination from source
Return codes
0- Success1- Environment error2- Argument error
Debugging settings
Append to the value of BUILD_DEBUG (a comma-delimited (,) list) and add these tokens to enable debugging:
identical-compare- Show verbose comparisons when things differ between identical sections
Return codes
2- Argument error0- Success, everything matches100- Failures
Return codes
0- Success1- Environment error2- Argument error
Usage
identicalFindTokens --prefix prefix file ...
No documentation for identicalFindTokens.
Writes to standard output
tokens, one per line
Arguments
--prefix prefix- String. Required. A text prefix to search for to identify identical sections (e.g.# IDENTICAL) (may specify more than one)file ...- File. Required. A file to search for identical tokens.
Return codes
0- Success1- Environment error2- Argument error
Usage
identicalWatch [ --help ] [ --handler handler ] ...
Watch a project for changes and propagate them immediately upon save. Can be quite dangerous so use with caution. Still a known bug which trims the last end bracket from files
Arguments
--help- Flag. Optional. Display this help.--handler handler- Function. Optional. Use this error handler instead of the default error handler....- Arguments. Required. Arguments toidenticalCheckfor your watch.
Return codes
0- Success1- Environment error2- Argument error