commander-rb / commander

The complete solution for Ruby command-line executables
MIT License
822 stars 74 forks source link

Empty proxy_options before parse #72

Closed ggilder closed 6 years ago

ggilder commented 6 years ago

This revises d4fd7a53fa2c4bba7a72e0ecdbe4d56a59039de9 to maintain the proxy_options / proxy_options_struct data after running a command, while still avoiding the issue of entries accumulating in proxy_options over multiple runs.

ggilder commented 6 years ago

Attempt to fix #70