-
Notifications
You must be signed in to change notification settings - Fork 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
[eas-cli] add exit option to eas credentials interactive menu #2570
[eas-cli] add exit option to eas credentials interactive menu #2570
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @szdziedzic and the rest of your teammates on Graphite |
Size Change: -842 B (0%) Total Size: 52.9 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2570 +/- ##
==========================================
- Coverage 51.89% 51.89% -0.00%
==========================================
Files 563 563
Lines 21260 21266 +6
Branches 4341 4343 +2
==========================================
+ Hits 11031 11033 +2
- Misses 9341 9345 +4
Partials 888 888
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dbf6f51
to
3f2f88e
Compare
✅ Thank you for adding the changelog entry! |
Why
https://exponent-internal.slack.com/archives/C017N0N99RA/p1726226230206999
Right now the only way to exit the
eas credentials
command is to kill the process by doing ctrl+c. Let's add anexit
option to the interactive menu.How
Add exit option to menu.
Test Plan
Test manually