Skip to content

Commit 8a0e320

Browse files
committed
Update usage output
1 parent 5b33df2 commit 8a0e320

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,26 @@ npm install -g csso-cli
2525
## Usage
2626

2727
```
28-
csso [input] [options]
28+
Usage:
29+
30+
csso [input] [options]
2931
3032
Options:
3133
32-
--comments <value> Comments to keep: exclamation (default), first-exclamation or none
33-
--debug [level] Output intermediate state of CSS during a compression
34-
-d, --declaration-list Treat input as a declaration list
35-
--force-media-merge Enable unsafe merge of @media rules
36-
-h, --help Output usage information
37-
-i, --input <filename> Input file
38-
--input-source-map <source> Input source map: none, auto (default) or <filename>
39-
--no-restructure Disable structural optimisations
40-
-o, --output <filename> Output file (result outputs to stdout if not set)
41-
-s, --source-map <destination> Generate source map: none (default), inline, file or <filename>
42-
--stat Output statistics in stderr
43-
-u, --usage <filename> Usage data file
44-
-v, --version Output version
45-
--watch Watch source file for changes
34+
--comments <value> Comments to keep: exclamation (default), first-exclamation or none
35+
--debug [level] Output intermediate state of CSS during a compression
36+
-d, --declaration-list Treat input as a declaration list
37+
--force-media-merge Enable unsafe merge of @media rules
38+
-h, --help Output usage information
39+
-i, --input <filename> Input file
40+
--input-source-map <source> Input source map: none, auto (default) or <filename>
41+
-o, --output <filename> Output file (result outputs to stdout if not set)
42+
--no-restructure Disable structural optimisations
43+
-s, --source-map <destination> Generate source map: none (default), inline, file or <filename>
44+
--stat Output statistics in stderr
45+
-u, --usage <filename> Usage data file
46+
-v, --version Output version
47+
--watch Watch source file for changes
4648
```
4749

4850
Some examples:

0 commit comments

Comments
 (0)