Replies: 1 comment
-
@Vanja-S Are you still experiencing this? If so, could you provide the debug output using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Oclif community!
I come to ask for help (this question was also asked on the oclif repo, but I figured this is a more appropriate place to ask) on a project that was recently migrated from the now deprecated oclif/command and related modules to the newest oclif version 3.x and oclif/core library. The structure of the project is pretty simple, as shown here:
The app is written in typescript and compiles successfully, running (with no alias and on Win 10 env) .\bin\run only shows the help command and won't accept others that are defined in ./src/command.
Here is the tsconfig.json:
And the obfuscated package.json (due to the software requirements):
also worth mentioning is that the base command class from the core library was extended to a command base class, just adding a few functions to every command, in case this is relevant to the problem, here is the CommandBase class:
Here are the other "main" files that make oclif tick:
index.ts:
.\bin\run:
.\bin\run.cmd:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions