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

Improved exception handling from the command line #15

Open
MusicalNinjaDad opened this issue Dec 15, 2023 · 0 comments
Open

Improved exception handling from the command line #15

MusicalNinjaDad opened this issue Dec 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MusicalNinjaDad
Copy link
Owner

Most exceptions raised within the code are not propagated when calling from the command line.

They should be:

  • formatted and output
  • explicitly considered for abort/continue
  • expressed in the form of exit codes

This may also imply / require consideration of error handling within the main codebase where the error is related to accessing a specific file - abort or continue with others (which subset)?

@MusicalNinjaDad MusicalNinjaDad added the enhancement New feature or request label Dec 15, 2023
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
None yet
Development

No branches or pull requests

1 participant