1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

docstring update: add see also section.

This commit is contained in:
Kelly Brazil
2023-01-25 16:30:20 -08:00
parent 1559cd9f5c
commit 5d872b1535
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
This parser conforms to the specification at https://semver.org/ This parser conforms to the specification at https://semver.org/
See also: `ver` parser.
Usage (cli): Usage (cli):
$ echo 1.2.3-rc.1+44837 | jc --semver $ echo 1.2.3-rc.1+44837 | jc --semver

View File

@ -12,6 +12,8 @@ All other version strings will have a `strict` value of `false` and a
`components` key will contain a list of detected parts of the version `components` key will contain a list of detected parts of the version
string. string.
See Also: `semver` parser.
Usage (cli): Usage (cli):
$ echo '1.2b' | jc --ver $ echo '1.2b' | jc --ver