Closed zainosaurus closed 4 years ago
I found the issue, the options hash is not returned from the parse_options method, which is causing this error.
I created a pull request related to this issue.
@plentz any change this fix is merged and a new version published?
Sorry for taking so long guys. Should be fixed in v2.1.9
Using the command
lol_dba:find_indexes
on the command line results in the following error trace:Upon further investigation, it seems that the
@options
variable in theLolDba::CLI
class is not being populated correctly. On line 35 in therescue
clause the@options
variable is an array (not a hash like is expected)