engine icon indicating copy to clipboard operation
engine copied to clipboard

cli flags passed to path

Open YardenPorat opened this issue 3 years ago • 1 comments

image

to reproduce: use prepack

YardenPorat avatar May 24 '21 07:05 YardenPorat

The issue here is that when providing an unknown key to the CLI (which we allow) it is passed to commander as the path so in this case the base path is resolve(--sourceRoot) which obviously resolves into something problematic.

We need to figure out how to handle this, but I don't think it's a very important issue at the moment @RomanYarik @AviVahl @barak007

AdamYahid avatar May 24 '21 08:05 AdamYahid