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

feat: shutdown with exit code #865

Merged

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Mar 5, 2024

Just as an idea, which would add a new method to the trait with a default implementation (should be non-breaking this way, I assume?):

Closes #857

My assumption is, that it is not worth it to pull this as a new dependency and people can just use it in their code if they want to: https://docs.rs/exitcode/1.1.2/exitcode/

@tony-iqlusion tony-iqlusion merged commit d2d86ea into iqlusioninc:main Mar 5, 2024
22 checks passed
@tony-iqlusion tony-iqlusion mentioned this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow non-zero exit codes with Application::shutdown()
2 participants