First pass at a rework of the overlay subsystem in Warewulf
This commit is contained in:
@@ -6,12 +6,13 @@ import (
|
||||
|
||||
var (
|
||||
baseCmd = &cobra.Command{
|
||||
Use: "show [OPTIONS] {system|runtime} OVERLAY_NAME FILE",
|
||||
Short: "Show (cat) a file within a Warewulf Overlay",
|
||||
Long: "This command displays the contents of FILE within OVERLAY_NAME.",
|
||||
RunE: CobraRunE,
|
||||
Aliases: []string{"cat"},
|
||||
Args: cobra.ExactArgs(3),
|
||||
DisableFlagsInUseLine: true,
|
||||
Use: "show [OPTIONS] OVERLAY_NAME FILE",
|
||||
Short: "Show (cat) a file within a Warewulf Overlay",
|
||||
Long: "This command displays the contents of FILE within OVERLAY_NAME.",
|
||||
RunE: CobraRunE,
|
||||
Aliases: []string{"cat"},
|
||||
Args: cobra.ExactArgs(2),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user