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

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

Open
larsk21 opened this issue May 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@larsk21
Copy link
Contributor

larsk21 commented May 8, 2020

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
@larsk21 larsk21 added enhancement New feature or request question Further information is requested labels May 8, 2020
@larsk21 larsk21 removed the question Further information is requested label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant