diff --git a/cmd/root.go b/cmd/root.go index 80db757..2ae8acd 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,8 +14,9 @@ type Command interface { } var rootCmd = &cobra.Command{ - Use: "envolve", - Short: "Envolve CLI is a tool for effortless .env file management.", + Use: "envolve", + Version: "1.0.10", + Short: "Envolve CLI is a tool for effortless .env file management.", Long: `` + config.PASTEL_ORANGE + `Envolve ` + config.RESET + `is your solution for effortless .env file management. With ` + config.PASTEL_ORANGE + `Envolve ` + config.RESET + `,you can seamlessly gather, arrange, and fine-tune environment variables across all your projects, ensuring that your configuration data is always at your fingertips without the risk of loss. `, }