-
Notifications
You must be signed in to change notification settings - Fork 2k
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(link): add --yes
and --scope
flags to link
#9466
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
if !yes { | ||
if !should_link_remote_cache(base, &repo_root_with_tilde)? { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to you if flattening is helpful.
if !yes { | |
if !should_link_remote_cache(base, &repo_root_with_tilde)? { | |
if !yes && !should_link_remote_cache(base, &repo_root_with_tilde)? { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found that a little too complex for my taste tbh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh ok clippy disagrees
55fe171
to
59a0ff9
Compare
Description
Adds
--yes
and--scope
flagsTesting Instructions
Added tests for parsing those flags