rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Skip aliases (symlinks) #23

Closed jasonkarns closed 5 years ago

jasonkarns commented 5 years ago

Aliased rubies (via rbenv-aliases or manual symlinks) mean that the same ruby is invoked multiple times. (As the target ruby, and again for each alias that points to said ruby.)

This change now omits aliases from iteration so rbenv-each now only invokes the command for truly distinct rubies.

mislav commented 5 years ago

Good idea; thank you!