Closed zero77 closed 3 years ago
Something like this?
opensnitchd -version
[2021-03-22 12:16:38] INF OpenSnitch daemon 1.3.6
@gustavo-iniguez-goya Yes, but perhaps just the version number.
Hi @gustavo-iniguez-goya I'm agree with @zero77, it is more convenient to just have the version number when you want to make script with this sort of command :
opensnitch_version="$(opensnitchd -version)"
done! thank you @NRGLine4Sec and @zero77 :)
Can you please add a command line argument like
-v
outputv1.5.41
to quickly show the current version, without having to open the ui, thanks.