Add custom formatting to rbt status

Review Request #9153 — Created Aug. 28, 2017 and submitted — Latest diff uploaded

Information

RBTools
master
0d88269...

Reviewers

The rbt status command now supports two new flags:

  • --format for specifying a custom output format instead of a
    tabulated format. This is useful for custom script integration with
    the command.
  • -z which makes the custom-formatted lines nul-terminated.

Used this with a fish completion for rbt land -r and rbt post -r.
Posted and update to this change using said completion.

    Loading...