rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.13k stars 552 forks source link

Thor array doesn't follow posix standard #660

Closed snowe2010 closed 4 years ago

snowe2010 commented 5 years ago

The posix standard is either multiple flags, or separated by commas. See here. Thor should update to parse this way.

rafaelfranca commented 4 years ago

Fixed by https://github.com/erikhuda/thor/pull/674

snowe2010 commented 4 years ago

Awesome!