I've been updating the ivy package for the Nix package manager, and when trying to validate that the new binary I had built was working correctly, I noticed there was no way to get the version number from the ivy command.
This isn't strictly necessary since I compared the hash of the previous binary to the current one, but it would be convenient to know from just running ivy -version. Is this something you'd be interested in supporting?
I've been updating the ivy package for the Nix package manager, and when trying to validate that the new binary I had built was working correctly, I noticed there was no way to get the version number from the ivy command.
This isn't strictly necessary since I compared the hash of the previous binary to the current one, but it would be convenient to know from just running
ivy -version
. Is this something you'd be interested in supporting?