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
I have 1 template that says "here is the .wbsm-config.json for all my projects", and then each project has details. I'd like to run wbsm report -m *.md, so that all markdown files get a report generated for them in the same naming schema as with normal usage. This way though I can just run 1 command to generate them all.
The other use case is to point the utility towards a whole directory and say "all .md files in these subfolders need a report generated", this would be a regex pattern like something like "**/*.md"
The text was updated successfully, but these errors were encountered:
I have 1 template that says "here is the .wbsm-config.json for all my projects", and then each project has details. I'd like to run wbsm report -m *.md, so that all markdown files get a report generated for them in the same naming schema as with normal usage. This way though I can just run 1 command to generate them all.
The other use case is to point the utility towards a whole directory and say "all .md files in these subfolders need a report generated", this would be a regex pattern like something like "**/*.md"
The text was updated successfully, but these errors were encountered: