timothyrenner / svl

A declarative language for dashboards and reports
https://timothyrenner.github.io/svl
MIT License
8 stars 1 forks source link

CLI datasets #31

Closed timothyrenner closed 5 years ago

timothyrenner commented 5 years ago

Adds the ability to inject datasets into the script via command line options:

svl script.svl --dataset haunted=haunted_places.csv

would make haunted_places.csv available as a dataset in the SVL script without explicitly declaring it. Also, DATASETS is now fully optional.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 119


Totals Coverage Status
Change from base Build 113: 0.03%
Covered Lines: 328
Relevant Lines: 334

💛 - Coveralls