Skip to content

Commit

Permalink
docs: update help command version (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Sep 1, 2024
1 parent 23d6830 commit 8407952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.13...HEAD)

- chore: bump dev version to v0.0.14 [`23d6830`](https://github.com/hougesen/hitt/commit/23d6830f33177c1f7811a1cdf70bd1d4b8b73e36)

#### [v0.0.13](https://github.com/hougesen/hitt/compare/v0.0.12...v0.0.13)

> 1 September 2024
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 8407952

Please sign in to comment.