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

feature: different output formats #26

Closed
codesenberg opened this issue Feb 21, 2018 · 2 comments
Closed

feature: different output formats #26

codesenberg opened this issue Feb 21, 2018 · 2 comments
Assignees
Milestone

Comments

@codesenberg
Copy link
Owner

As a follow-up to #24 and #25, the next feature to resolve #24 is to implement a flag to control output format and some formats (like JSON, XML (?), etc.). The flag will most likely be named --format and a shorthand is -o (though, this is discussable). I also think it would be great to add support for user-defined templates, since it would be quite bothersome to add templates for all possible formats into the code base.

@codesenberg codesenberg added this to the v1.2 milestone Feb 21, 2018
@codesenberg codesenberg self-assigned this Feb 21, 2018
codesenberg added a commit that referenced this issue Feb 21, 2018
Refactor results output so that it's easier to implement #24 and #26.

Updates #24, updates #26.
@answerquest
Copy link

answerquest commented Oct 28, 2019

I also think it would be great to add support for user-defined templates, since it would be quite bothersome to add templates for all possible formats into the code base.

Any work on that? I'm looking for a CSV output. Thanks for this great tool!

@codesenberg
Copy link
Owner Author

@answerquest the feature is implemented. If you want to add default template for CSV be my guest and send a PR 😉

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

2 participants