CRexsel Arguments
Show Errors (-e | --errors)
Normally the crexsel command does not report errors. Use this flag if showing
errors (except for the undefined errors, see the undefined}
option).
RexselTests % crexsel tangle.rxsl --verbose --errors
Processing tangle.rxsl -> tangle.xsl
No Errors
Finished
RexselTests %
Adding an error would give
RexselTests % crexsel tangle.rxsl --verbose --errors
Processing tangle.rxsl -> tangle.xsl
**** (105) Unexpected symbol "vale" found in "otherwise" in line 28
Check spelling, illegal keyword, or missing quote?
Finished
RexselTests %
Copyright 2024 Hugh Field-Richards. All Rights Reserved.