Skip to content

Commit

Permalink
declare var
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyh authored and Admiral-Piett committed Jan 9, 2024
1 parent 5cd3a92 commit a1441eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/cmd/goaws.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
func main() {
var filename string
var debug bool
var loglevel string
flag.StringVar(&filename, "config", "", "config file location + name")
flag.BoolVar(&debug, "debug", false, "set debug log level")
flag.StringVar(&loglevel, "loglevel", "info", "log level (default info)")
Expand Down

0 comments on commit a1441eb

Please sign in to comment.