1
0
Fork 0
mirror of https://github.com/Luzifer/vercmp.git synced 2024-10-18 05:54:22 +00:00
vercmp/README.md
2020-07-06 23:22:49 +02:00

896 B

Go Report Card

Luzifer / vercmp

vercmp resembles vercmp utility from Archlinux with two small differences: It runs on systems without libalpm.so and it strictly uses SemVer - otherwise it should be fully interchangeable.

Usage

# vercmp

Compare version numbers using SemVer version logic

Usage: vercmp <ver1> <ver2>

Output values:
  < 0 : if ver1 < ver2
    0 : if ver1 == ver2
  > 0 : if ver1 > ver2

# vercmp 7.6.0 7.4.1
1