Minor fix in #option_parser

master
Karchnu 3 years ago
parent 7c1ab2f3cc
commit d3ee43e0ef

@ -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

Loading…
Cancel
Save