floco icon indicating copy to clipboard operation
floco copied to clipboard

floco translate: devDependencies not respected when source is passed as arg

Open DavHau opened this issue 1 year ago • 1 comments

The following two invocations of floco lead to different results, which is not intuitive:

This command ignores devDependencies

floco translate -- -ptj $source

This command respects devDependencies

cd $source
floco translate -- -ptj

tested on github:prettier/2.8.8

DavHau avatar Jun 20 '23 12:06 DavHau