gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
589 stars 90 forks source link

When user passes an empty value for --branch, fetch returns the wrong error #31

Closed josh-padnick closed 5 years ago

josh-padnick commented 6 years ago

When fetch is called with --branch but no value is given for --branch, fetch returns an inaccurate error message:

ERROR: You must specify exactly one of --tag, --commit, or --branch. Run "fetch --help" for full usage info.
josh-padnick commented 5 years ago

Fixed in #55