Skip to content

Should the TimeSheetGenerator return a non-zero exit code when checker errors occur? #104

@larsk21

Description

@larsk21

Returning a non-zero exit code would improve the use of the TimeSheetGenerator from terminal. An example from our Docker script:

java -jar TimeSheetGenerator.jar -f global.json month.json output.pdf || exit $?
cp output.pdf my-file.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions