This is not bug. but a repo question.
How do you execute the cli package in development?
For each change in the source code you build the package and then execute it from the dist? or you using nx command to execute the code?
I know that the entry file is https://github.com/coveo/cli/blob/master/packages/cli/bin/run
But I am not sure how you execute this file.