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

Update README.md with exit code 3 #1281

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

thomas-zahner
Copy link
Member

Add missing exit code to the README.md

Corresponding enum in main.rs

enum ExitCode {
    Success = 0,
    UnexpectedFailure = 1,
    LinkCheckFailure = 2,
    ConfigFile = 3,
}

@mre
Copy link
Member

mre commented Oct 27, 2023

Awesome. Thanks!

@mre mre merged commit 11d8d44 into lycheeverse:master Oct 27, 2023
6 of 7 checks passed
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.

None yet

2 participants