The options accepted by the script are:
Disassembly will continue until the end of the file. All 65C02 op-codes are supported including undocumented ones.
Obviously, this method will not disassemble code with data in the middle correctly, so you can use a "skip" file to help the disassembler. You then need to work through cycles of disassembly, perusing the output, regenerating the skip file, etc until everything you need is decoded.
The script will produce a list on STDERR of undocumented op-codes encountered and also jump/branch destinations which the disassembler did not see (and, hence, are possible locations to search next for code).
See the sample ROM pages for examples of "skip" files and their use.