-
Notifications
You must be signed in to change notification settings - Fork 15
feat(cli): no-docker CLI switch #90
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
Conversation
Codecov ReportBase: 98.54% // Head: 98.56% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #90 +/- ##
==========================================
+ Coverage 98.54% 98.56% +0.01%
==========================================
Files 14 14
Lines 1239 1250 +11
Branches 207 209 +2
==========================================
+ Hits 1221 1232 +11
Misses 17 17
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1461cff
to
41e36be
Compare
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.
Why do we need both? Isn't it redundant?
The use-docker and no-docker corresponds to If you don't specify either one it will go into interactive mode to ask which you would want to use. |
Closes #89
Add in no-docker CLI switch command to correspond with the opposite use-docker CLI switch.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.