Skip to content

Commit

Permalink
fix vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihaopan committed Jul 31, 2024
1 parent 274197a commit 5c0fd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ import (
var (
address *string
logPath *string
stdio *bool
)

func init() {
logPath = flag.String("logs", logs.DefaultLogFilePath(), "logs file path")
address = flag.String("listen", "", "address on which to listen for remote connections")
stdio = flag.Bool("stdio", false, "")
}

func main() {
Expand Down

0 comments on commit 5c0fd86

Please sign in to comment.