mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 17:41:38 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cobra.OnInitialize(initConfig)
|
||||||
if err := rootCmd.Execute(); err != nil {
|
if err := rootCmd.Execute(); err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user