NNPDF / reportengine

A framework for declarative data analysis
https://data.nnpdf.science/validphys-docs/guide.html
GNU General Public License v2.0
1 stars 2 forks source link

Adding functionality to print textfile containing a list of providers #21

Closed siranipour closed 3 years ago

siranipour commented 5 years ago

Related to https://github.com/NNPDF/nnpdf/pull/537. Now can output a file containing a list of providers using e.g validphys --print-providers

TODO: decide where we're going to put this file, since it is to be read by the autocomplete script.

Zaharid commented 5 years ago

I'd make it just print to stdout. The user, or build system can take it from there. That said, we might also want the bash and fish autocompletion here.