commander-rb / commander

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

band-aid solution to #70 #71

Closed doriantaylor closed 6 years ago

doriantaylor commented 6 years ago

Memoizes proxy_option_struct which gets nuked and regenerated once per call.

This won't hurt anything down the line but see issue #70 for my recommendation for a more robust solution.

ggilder commented 6 years ago

Closing in favor of #72

doriantaylor commented 6 years ago

copy that