danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

Show debug info on "--verbose" #150

Open petrdvorak opened 9 years ago

petrdvorak commented 9 years ago

Currently, --verbose flag is useful only in case of errors. However, it would be nice to give away some verbose information / debug output even with correct files input, such as:

danielgtaylor commented 9 years ago

This is a great idea :+1:

danielgtaylor commented 9 years ago

@petr-inmite I've started some of this work. In the latest release, you can now get information about the theme engine, variables, styles, templates, and cache when using the --verbose option.

fkrauthan commented 8 years ago

It would be nice to see the broken line on a error like ">> Line 204: ignorning unrecognized block (warning code 5)" Because line 204 does not exist since I use the "" syntax.