Skip to content

Commit

Permalink
fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
LdDl committed Aug 14, 2023
1 parent 8b25f05 commit 6b3e9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cmd/server/detected
cmd/client/main
cmd/client/client_app
.vs/*
.vs
.vs
Dockerfile
1 change: 1 addition & 0 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var (
)

func main() {
flag.Parse()

cfgBytes, err := os.ReadFile(*confFile)
if err != nil {
Expand Down

0 comments on commit 6b3e9e7

Please sign in to comment.