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

Commit

Permalink
Added Description for Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
athul committed Jan 19, 2020
1 parent 270289c commit 00aacb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ func main() {
cli.StringFlag{
Name: "url",
Value: "https://reqres.in/api/users",
Usage: "The URL/Endpoint you want to check",
Required: true,
},
cli.StringFlag{
Name: "token",
Value: "Bearer Token",
Usage: "Send the Request with Bearer Token",
},
}
app.Commands = []cli.Command{{
Expand Down

0 comments on commit 00aacb3

Please sign in to comment.