Skip to content

Commit

Permalink
chore: updates usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joselitofilho committed Apr 6, 2024
1 parent 476e9b8 commit 91c79a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ $ go install -v github.com/joselitofilho/go-conventional-commits/cmd/go-conventi
```bash
usage: print [-h|--help] [--coverageCmd "<value>"] [-l|--latestVersion
"<value>"] -n|--newVersion "<value>" [--projectLink "<value>"]
[-p|--path "<value>"] [-u|--updateChangelog]
[--commitsURL "<value>"] [-p|--path "<value>"]
[-u|--updateChangelog]

Prints provided string to stdout

Expand All @@ -48,6 +49,9 @@ Arguments:
--projectLink The base project link that we will concatenate the
task ID. For example:
https://myproject.domain.com/board/. Default:
--commitsURL The base commit URL that we will concatenate the
commit hash. For example:
https://github.com/user/project/commit/. Default:
-p --path The repository path. Default: .
-u --updateChangelog If this flag is true the changelog file will be
updated. Default: false
Expand Down

0 comments on commit 91c79a4

Please sign in to comment.