Skip to content

Commit 0a1d7c1

Browse files
committed
Update README.md
1 parent 815f300 commit 0a1d7c1

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,22 @@ The command provides several options to work with version strings:
5757
<tr>
5858
<td><code>validate</code></td>
5959
<td>Validates the given version string against the SemVer specification.</td>
60-
<td><code>version validate v1.0.0</code></td>
60+
<td><code>version&nbsp;validate&nbsp;v1.0.0</code></td>
6161
</tr>
62+
<tr>
63+
<td><code>increment</code></td>
64+
<td>Increments the version string by major, minor, or patch.</td>
65+
<td><code>version&nbsp;increment&nbsp;v1.0.0</code></td>
66+
</tr>
67+
<tr>
68+
<td><code>gt</code></td>
69+
<td>Compares two version strings to see if the first is greater than the second.</td>
70+
<td><code>version&nbsp;gt&nbsp;v1.0.0&nbspv0.9.0</code></td>
71+
</tr>
6272
</tbody>
6373
</table>
6474

65-
For more details on each command, run:
75+
For more details on each command,you can run:
6676

6777
```bash
6878
version list

0 commit comments

Comments
 (0)