We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae3a80 commit 4cb06a5Copy full SHA for 4cb06a5
cmd/root.go
@@ -385,9 +385,14 @@ func registerUserCmds() {
385
}
386
387
func customHelpFunc(cmd *cobra.Command, args []string) {
388
- fmt.Println("\nStackRoost CLI - manage your Linux servers with ease\n")
389
- fmt.Println("Usage:\n stackroost [command]\n")
390
- fmt.Println("Available Commands:")
+fmt.Println()
+fmt.Println("StackRoost CLI - manage your Linux servers with ease")
391
+fmt.Println("Usage:")
392
+fmt.Println(" stackroost [command]")
393
394
+fmt.Println("Available Commands:")
395
+
396
397
group := map[string][]*cobra.Command{}
398
0 commit comments