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

Temporary patch: ensure errors lead to exit(1) in main funcs #6318

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. Temporary patch: ensure errors lead to exit(1) in main funcs

    The main docker-compose.yml is currently erroring silently without printing anything due to... either the urfave/cli/v2 migration (i.e. changes in urfave), or simply a long-standing bug that should be squashed.
    So this changes all our `func main`s to check for error returns, and print and exit them.
    
    We're going to be doing some rewriting of error handling in these CLIs very soon, so for now I'm just doing the simplest patch possible, to ease troubleshooting.
    Groxx committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4578f23 View commit details
    Browse the repository at this point in the history