Skip to content

Commit

Permalink
add initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 20, 2023
1 parent 7d84e5a commit ede26c5
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 @@ -7,9 +7,10 @@ import (
)

var rootCmd = &cobra.Command{
Use: "er",
Short: "EarthRanger CLI",
Long: `Work with EarthRanger platform from command line`,
Use: "er",
Short: "EarthRanger CLI",
Long: `Work with EarthRanger platform from command line`,
Version: "0.1.0",
}

func Execute() {
Expand Down

0 comments on commit ede26c5

Please sign in to comment.