First pass at a rework of the overlay subsystem in Warewulf
This commit is contained in:
@@ -7,11 +7,11 @@ import (
|
||||
var (
|
||||
baseCmd = &cobra.Command{
|
||||
DisableFlagsInUseLine: true,
|
||||
Use: "create [OPTIONS] {system|runtime} OVERLAY_NAME",
|
||||
Short: "Initialize a new Overlay",
|
||||
Long: "This command creates a new empty system or runtime overlay named OVERLAY_NAME.",
|
||||
RunE: CobraRunE,
|
||||
Args: cobra.ExactArgs(2),
|
||||
Use: "create [OPTIONS] OVERLAY_NAME",
|
||||
Short: "Initialize a new Overlay",
|
||||
Long: "This command creates a new empty overlay with the given OVERLAY_NAME.",
|
||||
RunE: CobraRunE,
|
||||
Args: cobra.ExactArgs(2),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user