You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 ofcomponents
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!
The text was updated successfully, but these errors were encountered: