Minor fix in #option_parser
This commit is contained in:
parent
7c1ab2f3cc
commit
d3ee43e0ef
@ -47,7 +47,9 @@ class Baguette::Configuration
|
|||||||
# - if the configuration files should be ignored
|
# - if the configuration files should be ignored
|
||||||
# - if this is just a simulation (used to print configuration then quit)
|
# - if this is just a simulation (used to print configuration then quit)
|
||||||
def self.option_parser
|
def self.option_parser
|
||||||
simulation = no_configuration = configuration_file = nil
|
simulation = false
|
||||||
|
no_configuration = false
|
||||||
|
configuration_file = nil
|
||||||
|
|
||||||
help = false
|
help = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user