From d48bd9998de57d99d13c702b783d1c83cdd15629 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 23:47:50 +0530 Subject: added help messages --- cmd/root.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index 0914da1..2ac48d6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -28,16 +28,16 @@ var rootCmd = &cobra.Command{ Use: "macli", Short: "macli - Unofficial CLI-Based MyAnimeList Client.", Long: "macli is an unofficial MyAnimeClient for use inside the terminal.\n" + -"\n" + -"\x1b[34mmacli Copyright (C) 2022 Vidhu Kant Sharma \n" + -"This program comes with ABSOLUTELY NO WARRANTY;\n" + -"This is free software, and you are welcome to redistribute it\n" + -"under certain conditions; For details refer to the GNU General Public License.\n" + -"You should have received a copy of the GNU General Public License\n" + -"along with this program. If not, see .\x1b[0m\n" + -"\n" + -"\x1b[35mPlease report any bugs on the GitHub page https://github.com/MikunoNaka/macli\n" + -"or through email: vidhukant@vidhukant.xyz\x1b[0m\n", + "\n" + + "\x1b[34mmacli Copyright (C) 2022 Vidhu Kant Sharma \n" + + "This program comes with ABSOLUTELY NO WARRANTY;\n" + + "This is free software, and you are welcome to redistribute it\n" + + "under certain conditions; For details refer to the GNU General Public License.\n" + + "You should have received a copy of the GNU General Public License\n" + + "along with this program. If not, see .\x1b[0m\n" + + "\n" + + "\x1b[35mPlease report any bugs on the GitHub page: https://github.com/MikunoNaka/macli\n" + + "or through email: vidhukant@vidhukant.xyz\x1b[0m\n", } func Execute() { -- cgit v1.2.3