Skip to content
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: Default to "new" command handler for options #3043

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

AlexSzlavik
Copy link
Contributor

Fixes #3040
If the specified "language" to the new command starts with '-', assume it's an option to the new command. Shortcircuit the following logic and handle the option.

Fixes #3040
If the specified "language" to the new command starts with '-', assume it's an option to the new command.
Shortcircuit the following logic and handle the option.

Co-Authored-By: Matt Toohey <contact@matttoohey.com>
@AlexSzlavik AlexSzlavik requested a review from a team as a code owner October 8, 2024 22:36
@AlexSzlavik AlexSzlavik requested review from wesbillman and removed request for a team October 8, 2024 22:36
@github-actions github-actions bot changed the title Default to "new" command handler for options feat: Default to "new" command handler for options Oct 8, 2024
This was referenced Oct 8, 2024
@AlexSzlavik AlexSzlavik merged commit 8e19016 into main Oct 8, 2024
98 checks passed
@AlexSzlavik AlexSzlavik deleted the aszlavik/fix-new-cmd branch October 8, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"New module" CLI command regression
2 participants