Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return non-zero exit code if XML output fails to generate (issue #226), note additional files can be process in -help output #227

Closed
wants to merge 1 commit into from

Commits on Nov 25, 2024

  1. add some "die" statements to texml so that if an XML output file

    cannot be generated from any input file the script will exit with
    a non-zero return code, as is expected of unix-like programs that
    fail to run successfully.
    
    Also: modify the usage note (what the -help option will cause to be
    printed) to document that the script will process all filenames based
    as agruments to the script
    Fred Drueck committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6901c5a View commit details
    Browse the repository at this point in the history