Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -z flag for parsing output #20

Open
linquize opened this issue Dec 20, 2015 · 3 comments
Open

Add -z flag for parsing output #20

linquize opened this issue Dec 20, 2015 · 3 comments

Comments

@linquize
Copy link

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
Copy link

Thanks again for your suggestions.

Barbara

On Sun, Dec 20, 2015 at 6:39 AM, linquize [email protected] 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
#20.

@ojarjur
Copy link
Collaborator

ojarjur commented Jan 5, 2016

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
Copy link
Author

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

Agree!

@ojarjur ojarjur mentioned this issue Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants