mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Fix cli
This commit is contained in:
parent
678adaa375
commit
2ee9433bd9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require "option_parser"
|
||||||
module Kemal
|
module Kemal
|
||||||
# Handles all the initialization from the command line.
|
# Handles all the initialization from the command line.
|
||||||
class CLI
|
class CLI
|
||||||
def initialize(args, @config : Config = Kemal.config)
|
def initialize(args = ARGV, @config : Config = Kemal.config)
|
||||||
@ssl_enabled = false
|
@ssl_enabled = false
|
||||||
@key_file = ""
|
@key_file = ""
|
||||||
@cert_file = ""
|
@cert_file = ""
|
||||||
|
|
Loading…
Reference in a new issue