-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
feat: Make better error message for invalid --app string #3977
Conversation
related: #3895 |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #3977 +/- ##
=======================================
Coverage 98.34% 98.35%
=======================================
Files 347 347
Lines 15756 15764 +8
Branches 1741 1741
=======================================
+ Hits 15496 15504 +8
Misses 124 124
Partials 136 136 β View full report in Codecov by Sentry. |
@RenameMe1 Can you address the missing coverage? |
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3977 |
@all-contributors |
I've put up a pull request to add @RenameMe1! π |
Description
β’ I added new func that output readable errors when --app arg take invalid argument and stop process
I will be glad to receive feedback π.
Closes
Closes #3893