feat(cli): Add in typescript language along with use-docker switch into the CLI#76
Conversation
Codecov ReportBase: 98.53% // Head: 98.54% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 98.53% 98.54%
=======================================
Files 13 14 +1
Lines 1232 1237 +5
Branches 209 207 -2
=======================================
+ Hits 1214 1219 +5
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. |
ericzbeard
left a comment
There was a problem hiding this comment.
What about all the any warnings? Should we disable that in PR validation, or edit the PR?
@ericzbeard you talking about |
May help with Issue #62 as well
This allows "typescript" and "--use-docker" or "-d" to be chosen directly in the CLI without going through the interactive menus.
Bringing the typescript plugin more in line with python plugin
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.