Skip to content

Commit

Permalink
Add version field
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 12, 2024
1 parent 7d07ece commit 449c0cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ import (
)

var rootCmd = &cobra.Command{
Use: "iecs",
Short: "An interactive CLI for ECS",
Long: "Performs commons tasks on ECS, such as getting remote access or viewing logs",
Use: "iecs",
Short: "An interactive CLI for ECS",
Long: "Performs commons tasks on ECS, such as getting remote access or viewing logs",
Version: "0.1.0",
}

func Execute() {
Expand Down

0 comments on commit 449c0cb

Please sign in to comment.