mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 09:31:29 +02:00
Fix dead code and reenable envvar parsing.
This commit is contained in:
parent
99cc04c381
commit
52a742156e
@ -39,6 +39,7 @@ func CLI() {
|
||||
return
|
||||
}
|
||||
|
||||
cobra.OnInitialize(initConfig)
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user