Fix arg parsing

This commit is contained in:
Omar Roth 2018-02-11 16:48:27 -06:00
parent ea044ec2da
commit da97dfad8e

View File

@ -32,11 +32,9 @@ Kemal.config.extra_options do |parser|
exit
end
end
parser.on("-h", "--help", "Show this help") do
puts parser
exit
end
end
Kemal::CLI.new
PG_DB = DB.open "postgres://kemal:kemal@localhost:5432/invidious"
URL = URI.parse("https://www.youtube.com")