mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 04:15:35 -04:00
Empty ARGV before starting Kemal (#53)
This commit is contained in:
parent
3b737c0bee
commit
54123917af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user