refactor: Move mapping_create_options property to the correct position
This commit is contained in:
parent
da0cf858a4
commit
d39c7117a4
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ module GX
|
|||
property help_options : Parsers::Options::HelpOptions?
|
||||
property config_init_options : Parsers::Options::ConfigInitOptions?
|
||||
property config_options : Parsers::Options::ConfigOptions?
|
||||
property mapping_create_options : Parsers::Options::MappingCreateOptions?
|
||||
|
||||
def initialize
|
||||
raise Models::InvalidEnvironmentError.new("Home directory not found") if !ENV["HOME"]?
|
||||
|
|
Loading…
Reference in a new issue