-
Notifications
You must be signed in to change notification settings - Fork 61
fix(cli): improve language selection logic in cliInit function #806
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
iankhou
left a comment
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #806 +/- ##
==========================================
- Coverage 81.46% 80.91% -0.56%
==========================================
Files 63 63
Lines 8611 8618 +7
Branches 1039 1035 -4
==========================================
- Hits 7015 6973 -42
- Misses 1565 1616 +51
+ Partials 31 29 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #660 ### Description Changes When running `cdk init`, if the specified command type can only be executed in a single language, allow the command to be executed without selecting a language. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Fixes #660
Description Changes
When running
cdk init, if the specified command type can only be executed in a single language, allow the command to be executed without selecting a language.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license