Blub / netevent

Input-Event device cloning utility. Use it together with ssh/netcat/... to share input devices among different machines.
GNU General Public License v2.0
148 stars 14 forks source link

[Request] Option to get netevent version from command line #22

Closed kokoko3k closed 2 years ago

kokoko3k commented 2 years ago

Hi there, i'm using netevent in my ssh-rdp project to forward input devices. Since there seems to be a deprecation going on (https://github.com/Blub/netevent/commit/d2bbc9cde3c806d094aee13275272d10dc0c3993), it would be handy if netevent could somehow output his version so that i can reflect the deprecation in my project and use the new commands only for newer netevent versions. That way my project would work for new and old netevent versions. Rest assured that if the deprecation time will be long enough, there would be no need for this request :)

Thanks!

Blub commented 2 years ago

Given the simplicity of the change it's likely that it'll be there long enough, though --version/-v would definitely make sense regardless.

kokoko3k commented 2 years ago

Thank you