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
$ posthtml inputFolder/**/*.html -o outputFolder -a
43
44
$ posthtml inputFolder/**/*.html -o outputFolder -a -r inputFolder
44
45
```
46
+
> ⚠️ Please note that when using patterns on the command line `*` and `!` escaping of characters is necessary. When using as npc scripts, you only need to screen the pattern `*`. [About the reasons](https://github.com/posthtml/posthtml-cli/issues/317#issuecomment-676330082)
0 commit comments