Creating an executable with run
as a command
#836
Replies: 2 comments
-
See my issue |
Beta Was this translation helpful? Give feedback.
-
👍 for this feature. Easy enough to rename the library |
Beta Was this translation helpful? Give feedback.
-
I'm sure the title gives most of this away, but I've run into the following error and am looking for some way around it:
For context, I'm creating a build tool for internal use which creates workflows from config and then runs them, and
run
is the perfect word for this command.Is there any lower-level Thor API manipulation I could do to get around this limitation? Something that would allow me to declare and register a command called
run
, still use the option and description declaration (even if that is also done by lower level API access), but avoid declaring it as a method calledrun
in my class that extends Thor?Beta Was this translation helpful? Give feedback.
All reactions