Add custom formatting to rbt status
Review Request #9153 — Created Aug. 28, 2017 and submitted — Latest diff uploaded
The
rbt statuscommand now supports two new flags:
--formatfor specifying a custom output format instead of a
tabulated format. This is useful for custom script integration with
the command.-zwhich makes the custom-formatted lines nul-terminated.
Used this with a fish completion for
rbt land -randrbt post -r.
Posted and update to this change using said completion.