certbot/letsencrypt-auto-source
tcottier 5ed0f3610c When getopts is called multiple time we need to reset OPTIND. (#3475)
Not resetting OPTIND between each call of getopts skips all short args except the first one.

It fixes this automated command: 
./certbot-auto certonly --webroot -w /tmp -d example.com --agree-tos --email contact@example.com -n

Where "-w" was parsed by getopts and not "-n"

* When getopts is called multiple time we need to reset OPTIND. Issue #3459 

* Adding OPTIND reset in the certbot-auto source file

* Building new letsencrypt-auto from template
2016-10-28 11:18:56 -07:00
..
pieces Remove the curses dialog, thereby deprecating the --help and --dialog command line options (#3665) 2016-10-21 15:45:57 -07:00
tests Fixing tests 2016-07-16 02:04:59 +02:00
build.py Partial le-auto rename 2016-04-14 10:50:31 -07:00
certbot-auto.asc Release 0.9.3 Option 2 (see #3634) (#3635) 2016-10-15 10:10:01 -07:00
Dockerfile Partial le-auto rename 2016-04-14 10:50:31 -07:00
letsencrypt-auto When getopts is called multiple time we need to reset OPTIND. (#3475) 2016-10-28 11:18:56 -07:00
letsencrypt-auto.sig Release 0.9.3 Option 2 (see #3634) (#3635) 2016-10-15 10:10:01 -07:00
letsencrypt-auto.template When getopts is called multiple time we need to reset OPTIND. (#3475) 2016-10-28 11:18:56 -07:00