Plugin downloader WIP

This commit is contained in:
Alex Ling
2020-07-22 09:08:03 +00:00
parent 7e4532fb14
commit a994c43857
5 changed files with 144 additions and 40 deletions
+1
View File
@@ -30,6 +30,7 @@ class CLI < Clim
run do |opts|
Config.load(opts.config).set_current
MangaDex::Downloader.default
Plugin::Downloader.default
# empty ARGV so it won't be passed to Kemal
ARGV.clear