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
We should remove the CLI script from this project to make it a pure Ruby library.
CLI should be moved to a addic7ed-cli project which uses addic7ed-ruby (and powered by Thor or GLI).
It should take away from the API gem both the actual CLI code (the bin/addic7ed file) and the actual downloading of the subtitle file (the API gem should only return the URL).
The text was updated successfully, but these errors were encountered:
We should remove the CLI script from this project to make it a pure Ruby library.
CLI should be moved to a
addic7ed-cli
project which usesaddic7ed-ruby
(and powered by Thor or GLI).It should take away from the API gem both the actual CLI code (the
bin/addic7ed
file) and the actual downloading of the subtitle file (the API gem should only return the URL).The text was updated successfully, but these errors were encountered: