doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
581 stars 83 forks source link

only output --field value #135

Closed sedlund closed 5 months ago

sedlund commented 10 months ago

Currently

rbw get --field foo foobar

outputs:

foo: bar

I think it should only be the value:

bar

I use the fields for API tokens. Another program I use requires a command to get a token but won't accept pipes in the string.

sedlund commented 5 months ago

I think this was fixed in bb1791d and released in 1.9.0.