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

Refine exit codes #595

Merged
merged 5 commits into from
Jul 31, 2024
Merged

Refine exit codes #595

merged 5 commits into from
Jul 31, 2024

Conversation

akaihola
Copy link
Owner

@akaihola akaihola commented Jul 28, 2024

Fixes #592

  • 2 for file not found
  • 3 for invalid arguments
  • 4 for missing dependencies
  • 123 for unknown failures

@akaihola akaihola added the enhancement New feature or request label Jul 28, 2024
@akaihola akaihola self-assigned this Jul 28, 2024
@akaihola akaihola force-pushed the exit-codes branch 4 times, most recently from d6bd84a to ea83fe4 Compare July 28, 2024 14:00
@akaihola akaihola requested a review from dshemetov July 28, 2024 20:35
@akaihola akaihola force-pushed the exit-codes branch 6 times, most recently from d5f5c7b to b31f859 Compare July 31, 2024 19:54
akaihola added 4 commits July 31, 2024 23:12
- 2 for file not found
- 3 for invalid arguments
- 4 for missing dependencies
- 123 for unknown failures
@akaihola akaihola merged commit 720297a into master Jul 31, 2024
38 checks passed
@akaihola akaihola deleted the exit-codes branch July 31, 2024 20:16
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
Development

Successfully merging this pull request may close these issues.

Missing file return value should be 2 like in Black
1 participant