-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Non-zero exit status #14
Labels
Comments
what about returning the number of templated files? 0 for no files, 1 for 1 files... n for N files. |
1 for having and acted on changes, 2 for errors. Just checked that N is impossible as the upper limit is 255. |
please be notified that I have renamed setupmobans to pypi-mobans. |
chfw
added a commit
that referenced
this issue
Jan 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there were any modifications, it would be helpful if there was a non-zero status.
This would allow moban to be used in CI to detect (and usually fail) if all files were not in sync.
This could be done like
git diff --exit-code
which adds the exit code to reflect there were changes.The text was updated successfully, but these errors were encountered: