mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Empty ARGV before starting Kemal (#53)
This commit is contained in:
@@ -29,6 +29,8 @@ class CLI < Clim
|
||||
Config.load(opts.config).set_current
|
||||
MangaDex::Downloader.default
|
||||
|
||||
# empty ARGV so it won't be passed to Kemal
|
||||
ARGV.clear
|
||||
server = Server.new
|
||||
server.start
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user