From cdf6ed2bbe5f5f31537c4a3cc4446fa387c9d71c Mon Sep 17 00:00:00 2001 From: BRO3886 <39856034+BRO3886@users.noreply.github.com> Date: Sat, 19 Jun 2021 02:17:15 +0530 Subject: [PATCH] :lipstick: small updates for the root command * removed the annoying big text * fixed a small tab-space issue with the heart symbol * updated the root command to be more user-friendly --- cmd/root.go | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 24e46cc..b8f4607 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,17 +17,14 @@ var rootCmd = &cobra.Command{ Use: "gtasks", Short: "A CLI Tool for Google Tasks", Version: "0.9.0", - Long: `A CLI Tool for managing your Google Tasks: + Long: ` + A CLI Tool for managing your Google Tasks: + + * Run gtasks help for checking out inline help + * Run gtasks tasks login to log-in with your Google account -Made with ♥ by https://github.com/BRO3886 - - -████████╗░█████╗░░██████╗██╗░░██╗░██████╗  ░█████╗░██╗░░░░░██╗ -╚══██╔══╝██╔══██╗██╔════╝██║░██╔╝██╔════╝  ██╔══██╗██║░░░░░██║ -░░░██║░░░███████║╚█████╗░█████═╝░╚█████╗░  ██║░░╚═╝██║░░░░░██║ -░░░██║░░░██╔══██║░╚═══██╗██╔═██╗░░╚═══██╗  ██║░░██╗██║░░░░░██║ -░░░██║░░░██║░░██║██████╔╝██║░╚██╗██████╔╝  ╚█████╔╝███████╗██║ -░░░╚═╝░░░╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝╚═════╝░  ░╚════╝░╚══════╝╚═╝`, + Made with ❤ by https://github.com/BRO3886 +`, } // Execute adds all child commands to the root command and sets flags appropriately.