We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7db3fd commit f118839Copy full SHA for f118839
README.md
@@ -2,9 +2,25 @@
2
3
Nginx configuration formatter under 10MB size.
4
5
+## Usage
6
+
7
+```bash
8
+Nginx Formatter
9
10
+Usage of ./nginx-formatter:
11
+ -char
12
+ Indent char, defualt: (default " ")
13
+ -indent int
14
+ Indent size, defualt: 2 (default 2)
15
+ -input string
16
+ Input directory
17
+ -output string
18
+ Output directory
19
+```
20
21
22
## Docker
23
-<img src=".github/dockerhub.png" width="240" >
24
+<img src=".github/dockerhub.png" width="80%" >
25
26
- https://hub.docker.com/r/soulteary/nginx-formatter
0 commit comments