This might be quite niche, but I actually wanted to check the version I just installed using the CLI and I was surprised that there was no option for that. I used the same convention as for the python version python -V (although I did not support the -VV variant).
This might be quite niche, but I actually wanted to check the version I just installed using the CLI and I was surprised that there was no option for that. I used the same convention as for the python version
python -V
(although I did not support the-VV
variant).