UI Updates with a few minor fixups scattered here and there
This commit is contained in:
@@ -6,14 +6,10 @@ var (
|
||||
baseCmd = &cobra.Command{
|
||||
Use: "status",
|
||||
Short: "Warewulf server status",
|
||||
Long: "Warewulf Server ",
|
||||
RunE: CobraRunE,
|
||||
}
|
||||
)
|
||||
|
||||
func init() {
|
||||
}
|
||||
|
||||
// GetRootCommand returns the root cobra.Command for the application.
|
||||
func GetCommand() *cobra.Command {
|
||||
return baseCmd
|
||||
|
||||
Reference in New Issue
Block a user