This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ $ npm install glob-uglifyjs
1414 - Remove source files after uglify.
1515
1616
17- ### Command line
17+ ## Command line
18+
19+ ### Usage
1820``` sh
1921$ glob-uglifyjs -h
2022```
2123
24+ ### Arguments
2225| Argument | Type | Default | Description |
2326| --------------------------------| ---------| -----------------------------| ----------------------------|
2427| -h, --help | boolean | ` false ` | Show help. |
@@ -28,6 +31,7 @@ $ glob-uglifyjs -h
2831
2932<sup >[ 1] </sup > - argument required.
3033
34+
3135## Config
3236
3337### Example
@@ -47,11 +51,12 @@ $ glob-uglifyjs -h
4751
4852### Properties
4953
50- | Property | Type | Description |
51- | -----------| ---------------------| ------------------------|
52- | pattern | string | Files glob pattern. |
53- | options | [ Options] ( #options ) | glob-uglifyjs options. |
54+ | Property | Type | Description |
55+ | ------------------------- | ---------------------| ------------------------|
56+ | pattern< sup > [ 1 ] </ sup > | string | Files glob pattern. |
57+ | options | [ Options] ( #options ) | glob-uglifyjs options. |
5458
59+ <sup >[ 1] </sup > - property required.
5560
5661### Options
5762| Option | Type | Default | Description |
You can’t perform that action at this time.
0 commit comments