You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
RbiGenerator's constructor currently expects an instance of a class in the Commander gem, which isn't ideal, since it should be independent of the CLI.
Describe the solution you'd like
Alter RbiGenerator's constructor to not rely on a Commander-generated class.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
RbiGenerator's constructor currently expects an instance of a class in the Commander gem, which isn't ideal, since it should be independent of the CLI.
Describe the solution you'd like
Alter RbiGenerator's constructor to not rely on a Commander-generated class.
The text was updated successfully, but these errors were encountered: