Hello,
there is a bug with --outFiles {dir}/{filename} on my Ubuntu machine.
I have this file tree: components/navbar/universal.js. Inside the parent directory of components I run : npx web-component-analyzer --dry "./components/**/*.js" --outDir comp --outFiles {dir}/{filename} and the output is ./comp/universal.md instead of ./comp/navbar/universal.md. When removing the --dry the written output is wrong accordingly.
I hope you can fix this. Is there a workaround in the meantime?
Thank you!
Hello,
there is a bug with
--outFiles {dir}/{filename}on my Ubuntu machine.I have this file tree:
components/navbar/universal.js. Inside the parent directory ofcomponentsI run :npx web-component-analyzer --dry "./components/**/*.js" --outDir comp --outFiles {dir}/{filename}and the output is./comp/universal.mdinstead of./comp/navbar/universal.md. When removing the--drythe written output is wrong accordingly.I hope you can fix this. Is there a workaround in the meantime?
Thank you!