Fix arg parsing

pull/3/head
Omar Roth 7 years ago
parent ea044ec2da
commit da97dfad8e

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

Loading…
Cancel
Save