fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
28 stars 3 forks source link

Read concepts from text file in fathomnet_generate #3

Closed eor314 closed 2 years ago

eor314 commented 2 years ago

Instead of reading concepts from the command line, allow users to point the CLI to a text file. Would be helpful for big groups of concepts.

kevinsbarnard commented 2 years ago

Got it. I'll tentatively plan on a newline-delimited list of concepts:

example.txt:

Apolemia
Abraliopsis
Chionoecetes tanneri

with usage

fathomnet-generate --concept-file example.txt ...
kevinsbarnard commented 2 years ago

Resolved by #4