fixed parameters
Cette révision appartient à :
Parent
c083cbd45a
révision
1a509f012d
1 fichiers modifiés avec 5 ajouts et 0 suppressions
5
main.go
5
main.go
|
@ -33,6 +33,11 @@ func main() {
|
|||
conf_bind := conf.BindFlags()
|
||||
defaults := flag.Bool("print-defaults", false, "print the default configuration file on stdout")
|
||||
flag.Parse()
|
||||
err := conf_bind()
|
||||
if err != nil {
|
||||
log.CheckError(err)
|
||||
}
|
||||
fmt.Println(conf)
|
||||
if *defaults {
|
||||
stdout := bufio.NewWriter(os.Stdout)
|
||||
conf.Pretty(stdout)
|
||||
|
|
Référencer dans un nouveau ticket