-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix: imporove processing of CLI flags #3313
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3313 +/- ##
=======================================
Coverage 95.69% 95.69%
=======================================
Files 34 34
Lines 1279 1279
Branches 368 368
=======================================
Hits 1224 1224
Misses 51 51
Partials 4 4 Continue to review full report at Codecov.
|
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 think we need to write common function which allow to use, not only https, also open
, --open --open-target
and other cli options
https
related flags}) | ||
.catch(done); | ||
}); | ||
|
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.
Can we add --open --open-target
test here too?
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.
Feel free to merge when CI will be green
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
Fix #3306
Breaking Changes
None
Additional Info
No