nouns for 'wwwctl overlay'

This commit is contained in:
Christian Goll
2021-09-28 11:30:15 +02:00
parent bd7f502b0e
commit c0863e6a9f

View File

@@ -10,9 +10,10 @@ var (
Short: "List Warewulf Overlays and files",
Long: "This command will show you information about Warewulf overlays and the\n" +
"files contained within.",
RunE: CobraRunE,
Args: cobra.MinimumNArgs(1),
Aliases: []string{"ls"},
RunE: CobraRunE,
Args: cobra.MinimumNArgs(1),
Aliases: []string{"ls"},
ValidArgs: []string{"system", "runtime"},
}
ListContents bool
ListLong bool