Allow plop's --force param for turbo run gen [generator-name]
#10825
LouisCuvelier
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
--args)Non-goals
No response
Background
I'm trying to let Claude Code use the generators by using the CLI with
--args. But at the moment, It can't because of this error :The "featureName" prompt did not recognize [any name] as a valid list value (ERROR: Cannot read properties of undefined (reading 'call'))Here's the guilty step :
I works perfectly with the interactive CLI.
So I'm guessing allowing the
--forceparam can prevents this kind of error ? Or maybe it's related to this plopjs/plop#372 ?Proposal
Allow plop's
--forceparam.Beta Was this translation helpful? Give feedback.
All reactions