autogram-is / spidergram

Structural analysis tools for complex web sites
GNU General Public License v3.0
111 stars 4 forks source link

Centralize format handling #65

Closed eaton closed 1 year ago

eaton commented 1 year ago

In a number of places, we pull in JSON files for configuration. proload supports YAML and JSONC, however, and for our config files those are often much nicer. Even JSONC is a bit of a clonk, though, and in places where we're outputting config information we still only support JSON.

eaton commented 1 year ago

The 0.10.0 reporting infrastructure eliminates most of the need for CLI driven output format settings. Calling this one closed!