0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-13 21:30:40 +00:00

docs: add config on available commands

This commit is contained in:
Beatriz Vieira 2021-02-15 03:31:56 -03:00
parent 717edfbb1c
commit fd01367a1f

View File

@ -149,8 +149,9 @@ git-sv rn -h
##### Available commands
| Variable | description | has options |
| ---------------------------- | ------------------------------------------------------------- | :----------------: |
| Variable | description | has options or subcommands |
| ---------------------------- | ------------------------------------------------------------- | :------------------------: |
| config, cfg | show config information | :heavy_check_mark: |
| current-version, cv | get last released version from git | :x: |
| next-version, nv | generate the next version based on git commit messages | :x: |
| commit-log, cl | list all commit logs according to range as jsons | :heavy_check_mark: |