google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.14k stars 146 forks source link

Add -z flag for parsing output #20

Open linquize opened 8 years ago

linquize commented 8 years ago

Add -z flag for parsing output of command line. Like git command line option -z. use \0 instead of '\n' to separate multiple entries.

barbastan commented 8 years ago

Thanks again for your suggestions.

Barbara

On Sun, Dec 20, 2015 at 6:39 AM, linquize notifications@github.com wrote:

Add -z flag for parsing output of command line. Like git command line option -z. use \0 instead of '\n' to separate multiple entries.

— Reply to this email directly or view it on GitHub https://github.com/google/git-appraise/issues/20.

ojarjur commented 8 years ago

This would definitely make sense for the "list" and "show" subcommands. @linquize are there any other subcommands that you were thinking this would help with?

We should also add the --json flag to the "list" subcommand (currently, only the "show" subcommand has it).

linquize commented 8 years ago

We should also add the -json flag to the list command

Agree!