-
Notifications
You must be signed in to change notification settings - Fork 25
Add run cmd #84
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
Add run cmd #84
Conversation
…browser at the right location
…ervice into the actuall server context manager
… server after process has terminated
I agree it's more intuitive 😁. Serve is technically correct, but that's an implementation detail. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 5 +2
Lines 240 287 +47
=========================================
+ Hits 240 287 +47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Close #9
I'm intentionally using
run
instead ofserve
as cmd name because I think it's more user friendly. Happy to be convinced otherwise :)