Skip to content

Commit e09ebfd

Browse files
authored
fix(cli): options struct (#3)
1 parent cd938ad commit e09ebfd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/version-0.0.2-brightgreen)
1+
![](https://img.shields.io/badge/version-0.0.3-brightgreen)
22

33
# go-ngx-config
44
A nginx config parser

pkg/cli/cli_opts.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package cli
22

33
type NgxConfParserCliOptions struct {
4-
Filepath string
5-
Outputfile string
4+
Filepath string
65
}

pkg/cli/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package cli
22

33
const (
4-
VERSION = "0.0.2"
4+
VERSION = "0.0.3"
55
)

0 commit comments

Comments
 (0)