0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-22 08:20:39 +00:00

refactor: better description on commit-log

This commit is contained in:
Beatriz Vieira 2021-01-25 12:43:40 -03:00
parent 41be35e83d
commit 8b57bee97b

View File

@ -42,7 +42,7 @@ func main() {
{ {
Name: "commit-log", Name: "commit-log",
Aliases: []string{"cl"}, Aliases: []string{"cl"},
Usage: "list all commit logs since last version as jsons", Usage: "list all commit logs since last version or according with range as jsons",
Action: commitLogHandler(git, semverProcessor), Action: commitLogHandler(git, semverProcessor),
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.StringFlag{Name: "t", Aliases: []string{"tag"}, Usage: "get commit log from a specific tag"}, &cli.StringFlag{Name: "t", Aliases: []string{"tag"}, Usage: "get commit log from a specific tag"},