cli.rb is loaded by pry at startup, looking for cli options to add to pry command options.
This file is slowing pry startup by 50%, but it's never used.
It's ok to not exist, since pry checks it:
https://github.com/pry/pry/blob/master/lib/pry/plugins.rb#L38
cli.rb is loaded by pry at startup, looking for cli options to add to pry command options. This file is slowing pry startup by 50%, but it's never used. It's ok to not exist, since pry checks it: https://github.com/pry/pry/blob/master/lib/pry/plugins.rb#L38
The same was proposed to pry-byebug: deivid-rodriguez/pry-byebug#76 and pry-rescue: https://github.com/ConradIrwin/pry-rescue/pull/91