Minor fix in #option_parser

master
Karchnu 2020-10-25 02:31:56 +02:00
parent 7c1ab2f3cc
commit d3ee43e0ef
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ class Baguette::Configuration
# - if the configuration files should be ignored
# - if this is just a simulation (used to print configuration then quit)
def self.option_parser
simulation = no_configuration = configuration_file = nil
simulation = false
no_configuration = false
configuration_file = nil
help = false