Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
update tool description
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Mar 3, 2019
1 parent f2c3813 commit cfd4c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ type commander interface {
}

func New() *cobra.Command {
return &cobra.Command{Use: "retry", Short: "Functional mechanism to perform actions repetitively until successful"}
return &cobra.Command{Use: "retry",
Short: "CLI tool based on https://github.com/kamilsk/retry package to execute commands with retries."}
}

func draft() { tool(New(), os.Stderr, os.Exit) }

0 comments on commit cfd4c76

Please sign in to comment.