ResearchObject / ro-crate-py

Python library for RO-Crate
https://pypi.org/project/rocrate/
Apache License 2.0
49 stars 25 forks source link

Add help text for some CLI args #181

Closed elichad closed 6 months ago

elichad commented 6 months ago

Adds some help text to some CLI commands (not all of them because I'm not sure about all of the options). I was particularly confused by the --exclude option so I focused on that.

File also reformatted with black hence some extra changes.