-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update help command version (#351)
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ hitt is a command line HTTP testing tool focused on speed and simplicity. | |
<!-- START_SECTION:base-command-help --> | ||
|
||
``` | ||
hitt 0.0.11 | ||
hitt 0.0.14 | ||
command line HTTP testing tool focused on speed and simplicity | ||
Mads Hougesen <[email protected]> | ||
Usage: hitt <COMMAND> | ||
Commands: | ||
run Send http request | ||
run Send http requests | ||
sse Listen to sse events | ||
completions Generate shell completions | ||
help Print this message or the help of the given subcommand(s) | ||
|
@@ -96,7 +96,7 @@ That is all that is need to send a request. | |
<!-- START_SECTION:run-command-help --> | ||
|
||
``` | ||
Send http request | ||
Send http requests | ||
Usage: hitt run [OPTIONS] <PATH> | ||
|