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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user