We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bd45d commit 02d1677Copy full SHA for 02d1677
README.md
@@ -23,7 +23,7 @@ Destination directory should exist if specified.
23
```
24
PreCompress -i C:\temp\source\*.dll -d c:\temp\destination
25
PreCompress -i C:\temp\source\*.dll -i C:\temp\source\*.json
26
-PreCompress -i C:\temp\source\ -p \.(dll|js.*)$
+PreCompress -i C:\temp\source\ -p "\.(dll|js.*)$"
27
PreCompress -i source\file.dll
28
PreCompress -i *.dll
29
0 commit comments