ethanhs / cce

commandline compiler explorer - use https://godbolt.org from your terminal!
MIT License
196 stars 14 forks source link

access REST API parameters #15

Open cambp4 opened 3 years ago

cambp4 commented 3 years ago

hi, super handy tool, I was wondering if we can pass some of the parameters available from the REST API ? "filters": { "binary": false, "commentOnly": true, "demangle": true, "directives": true, "execute": false, "intel": true, "labels": true, "libraryCode": false, "trim": false }, "tools": [ {"id":"clangtidytrunk", "args":"-checks=*"} ],

ethanhs commented 3 years ago

A PR for this is welcome :)

Glad the tool is useful!