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

ref: Indicate that commands::main does not return #2191

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

szokeasaurusrex
Copy link
Member

commands::main does not return because it explicitly calls std::process::exit. Update commands::main's function signature to indicate this.

`commands::main` does not return because it explicitly calls `std::process::exit`. Update `commands::main`'s function signature to indicate this.
@szokeasaurusrex szokeasaurusrex merged commit 0995781 into master Oct 23, 2024
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/commands-main-no-return branch October 23, 2024 10:39
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.

2 participants