Still working on CLI framework for wwctl overlay
This commit is contained in:
12
internal/app/wwctl/overlay/delete/main.go
Normal file
12
internal/app/wwctl/overlay/delete/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package delete
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
fmt.Printf("Delete: Hello World\n")
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user