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

rewrite command line handlers to use a Reporter class #43

Open
willkg opened this issue Aug 16, 2014 · 2 comments
Open

rewrite command line handlers to use a Reporter class #43

willkg opened this issue Aug 16, 2014 · 2 comments

Comments

@willkg
Copy link
Member

willkg commented Aug 16, 2014

We need a Reporter class that reports in specific formats: cmdline, JSON, HTML, singleline (for SublimeText, Emacs, etc), etc.

The user would be able to specify the reporter to use with a command line argument.

First step is to write the Reporter class and the CmdLineReporter. We can push off other reporters to different issues.

Things to think about:

  1. reporters should be plugin-friendly
  2. how do we handle options being passed to the reporter? like indent=4, pretty=true, etc?
@willkg
Copy link
Member Author

willkg commented Aug 16, 2014

This is related to #32 and probably needs to be done first.

@willkg
Copy link
Member Author

willkg commented Aug 16, 2014

This is also related to #23 and probably needs to be done first.

@willkg willkg modified the milestone: v0.9 fix the parsing pipeline Jan 4, 2017
@willkg willkg removed this from the v0.10 clean up project milestone May 31, 2022
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

No branches or pull requests

1 participant