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

Removes typer.Exit exceptions in commands #353

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

thewhaleking
Copy link
Contributor

Removes all the raise typer.Exit() calls throughout the commands, and instead provides consistent returns or proper exception raising to be handled further down the line. This results in better outputs with --verbose

…nd instead provides consistent returns or proper exception raising to be handled further down the line. This results in better outputs with `--verbose`
@thewhaleking thewhaleking requested a review from a team March 5, 2025 15:39
@thewhaleking thewhaleking merged commit 6717c4e into staging Mar 6, 2025
3 checks passed
@thewhaleking thewhaleking deleted the feat/thewhaleking/consistent-returns branch March 6, 2025 18:30
@ibraheem-opentensor ibraheem-opentensor mentioned this pull request Mar 6, 2025
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