fiboa / cli

CLI for fiboa (validation, inspection, schema and file creation, etc.)
https://pypi.org/project/fiboa-cli/
Apache License 2.0
0 stars 7 forks source link

List out the available conversions in `convert` CLI #34

Closed cholmes closed 6 months ago

cholmes commented 6 months ago

It'd be great if there was some way to know what the available 'DATASET' strings are for fiboa convert, like list their exact names and maybe a little info about them. Right now I think I have to look at the code to get the names?

Could be a separate command, like fiboa convert list-datasets or could perhaps just include them in fiboa convert --help

m-mohr commented 6 months ago

Good idea

m-mohr commented 6 months ago

As a first improvement:

grafik

m-mohr commented 6 months ago

And fiboa converters:

grafik

cholmes commented 6 months ago

Looks great!