coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Update argparse metavars to proper type, i.e. int. #31

Closed finish06 closed 4 years ago

finish06 commented 4 years ago

Problem Statement

Command line arguments have wrong metavar. Metavar needs to be set to int for all three inputs.

Criteria for Success

Metavar identified as int

Additional Information

Update get_zips with correct metavar in argparse.