We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c1804 commit 9dc2666Copy full SHA for 9dc2666
httpcat.go
@@ -18,7 +18,8 @@ const apiHost string = "https://http.cat"
18
func main() {
19
app := &cli.App{
20
Name: "http-cat",
21
- Usage: "Returns a HTTP 🐱 kitty!",
+ Usage: "Returns a HTTP 🐱 kitty! (E.g. http-cat 100)",
22
+ ArgsUsage: "[http status]",
23
Action: func(cCtx *cli.Context) error {
24
var http_status_code string = cCtx.Args().Get(0)
25
0 commit comments