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 cd938ad commit e09ebfdCopy full SHA for e09ebfd
README.md
@@ -1,4 +1,4 @@
1
-
+
2
3
# go-ngx-config
4
A nginx config parser
pkg/cli/cli_opts.go
@@ -1,6 +1,5 @@
package cli
type NgxConfParserCliOptions struct {
- Filepath string
5
- Outputfile string
+ Filepath string
6
}
pkg/cli/version.go
@@ -1,5 +1,5 @@
const (
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
)
0 commit comments