CLI: getting a secret value itself only (not the whole secret entry)

Would it make sense to be able to get a secret value on its own? I mean the CLI seems a little incomplete when e.g. jq is needed to export a value as an environment variable (as shown here Developer Quick Start | Bitwarden Help Center).

One of the solutions I can imagine would be to add a special output for the secret for this e.g. as follows:

export SECRET_2=$(bws get secret 80b55c29-5cc8-42eb-a898-acfd01232bbb --output value)