Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakaznacheev authored Dec 9, 2019
1 parent d14147d commit a778fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/simple_config/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type Config struct {
Greeting string `env:"GREETING" env-description:"Greeting phrase" env-default:"Hello!"`
}

// Args command-line parameters
type Args struct {
ConfigPath string
}
Expand Down

0 comments on commit a778fd2

Please sign in to comment.