openvax / pyensembl

Python interface to access reference genome features (such as genes, transcripts, and exons) from Ensembl
Apache License 2.0
374 stars 65 forks source link

[New feature] Switching from argparse to click #304

Closed akmazian closed 4 months ago

akmazian commented 7 months ago

Just a random thought, but is it feasible to convert the cli from argparse to click?

iskandr commented 7 months ago

My plan is to eventually move the OpenVax shell commands to have typed entry functions and use https://github.com/anntzer/defopt for the CLI. Curious to hear your rationale for click instead.