Building set commands for nodes and groups and templating out CLI further
This commit is contained in:
8
internal/app/wwctl/group/set/main.go
Normal file
8
internal/app/wwctl/group/set/main.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package set
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user