Skip to content

Commit

Permalink
Added version on cli
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Jun 15, 2024
1 parent 496e6d2 commit cba5dba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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. `,
}
Expand Down

0 comments on commit cba5dba

Please sign in to comment.