yoonwaiyan / stackskills-dl

Simple Ruby script to download all StackSkills tutorials.
https://yoonwaiyan.github.io/stackskills-dl/
MIT License
59 stars 19 forks source link

--help arguments need to be rectify #15

Closed PoiSonS closed 7 years ago

PoiSonS commented 7 years ago

Dear @yoonwaiyan ,

the "help" arguments need to be rectify as -c and -cs is missing.

as shown below:

ruby stackskills_dl.rb --help Usage: ruby stackskills_dl.rb [options] -u, --email NAME # Email -p, --password PASSWORD # Password --course COURSE_URL # Course URL in ID. -c, --course-slug COURSE_SLUG # Course URL in slug.

thanks and best regards,

yoonwaiyan commented 7 years ago

Thanks for reporting, it's related to #14. Solved now.