html-inspector icon indicating copy to clipboard operation
html-inspector copied to clipboard

Improve the CLI and add better test coverage.

Open philipwalton opened this issue 12 years ago • 0 comments

Basically, make it so the CLI can be customized as much as the main browser app.

This should probably happen through the html-inspector-config.js file which should handle any customization as well as calling inspect(). Only call inspect programmatically if there's no custom config file (currently PhantomJS always calls inspect()).

Also make sure to add automated tests (which don't currently exist).

philipwalton avatar Aug 20 '13 06:08 philipwalton