nrfutil: print active toolchain version

When I run nrfutil toolchain-manager list I get output like the following:

❯ nrfutil toolchain-manager list
  Version  Toolchain
  v2.9.1   /opt/nordic/ncs/toolchains/b8efef2ad5
* v3.0.1   /opt/nordic/ncs/toolchains/ef4fc6722e
  v3.0.2   /opt/nordic/ncs/toolchains/ef4fc6722e

The * indicates which toolchain version is currently active in my environment.

However, there doesn't seem to be a nrfutil subcommand I can use to print out this active version.

I'd like to have something roughly like this:

> nrfutil toolchain-manager version
v3.0.1

Related