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 --format and --json options to search #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

talwrii
Copy link
Contributor

@talwrii talwrii commented Feb 9, 2016

These are quite useful for ad hoc scripting

Example:
bugz search blah --format '{bug[creator]}' | sort | uniq -c

The --json option is particularly useful when combined with record stream.

These are quite useful for ad hoc scripting

Example:
bugz search blah --format '{bug[creator]}' | sort | uniq -c
@talwrii talwrii changed the title Add --format and --json options Add --format and --json options to search Feb 9, 2016
@benmoran
Copy link

benmoran commented May 1, 2019

Thanks, this is useful for me!

@talwrii
Copy link
Contributor Author

talwrii commented May 1, 2019

Perhaps unsurprising since it was written while I was working for your company :p.

@benmoran
Copy link

benmoran commented May 2, 2019

Perhaps unsurprising since it was written while I was working for your company :p.

Well that is funny, hello!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants