tunnelblickctl icon indicating copy to clipboard operation
tunnelblickctl copied to clipboard

Add format specifiers to status output

Open benwebber opened this issue 4 years ago • 0 comments

Now that we use serde, we can output status information in a variety of formats, such as delimited text (CSV/TSV/ASCII), JSON, and a line-oriented format:

name = tunnel
state = CONNECTED
autoconnect = NO
bytesOut = 1024
bytesIn = 1024

benwebber avatar Dec 02 '19 03:12 benwebber