mistifyio / go-zfs

Go wrappers for ZFS commands
Apache License 2.0
128 stars 66 forks source link

Add -p flag in GetProperty in order to display numbers in parsable values #76

Closed NikosGkotsis closed 2 years ago

NikosGkotsis commented 3 years ago

It seems that -p flag is missing from GetProperty. I can see that it is passed anywhere else. With this pr the parsable values of numbers are returned from GetProperty also.

mmlb commented 2 years ago

Thanks @NikosGkotsis. Superseded by #85 as I rebased on top of master but can't push to this branch.