jjmccollum / teiphy

A Python package for converting TEI XML collations to NEXUS, BEAST 2.7 XML, and other formats
MIT License
11 stars 3 forks source link

adding help text for input and output in main.py #36

Closed rbturnbull closed 2 years ago

rbturnbull commented 2 years ago

I think there should be some help text for the input and output in the CLI. Also, is it OK if we call them just input and output - or perhaps input_path and output_path? I'm not sure if it is common to call them an addr for address.

jjmccollum commented 2 years ago

Yes, those arguments should be documented if they're not already. And I'm fine with their names being changed to input and output. I can go ahead and make these changes, unless you've already started.