Skip to content

Commit

Permalink
update the descriptions for the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSom3body committed Dec 30, 2024
1 parent 93dbda6 commit dd2ba1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ var (
var rootCmd = &cobra.Command{
Use: "gotcha",
Version: version,
Short: "gotcha a quick little fetch tool",
Long: "gotcha a quick little fetch tool written in go",
Short: "gotcha - a fast and small fetch tool for Linux 🐹",
Long: `gotcha is a speedy and minimalistic fetch tool written in Go.
It provides essential system information such as distribution, kernel version,
uptime, shell, desktop environment/window manager, memory usage, and local IP.
Customization is minimal by design, focusing on simplicity and speed.`,
Run: func(cmd *cobra.Command, args []string) {
keyColor := lib.Colors.Green
format := `
Expand Down

0 comments on commit dd2ba1b

Please sign in to comment.