Beginning to break out wwbuild into wwctl with proper Go structure and Cobra
This commit is contained in:
13
cmd/wwctl/main.go
Normal file
13
cmd/wwctl/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl"
|
||||
)
|
||||
|
||||
|
||||
func main() {
|
||||
|
||||
root := wwctl.GetRootCommand()
|
||||
|
||||
root.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user