use env, not class var aas compilation switch

This commit is contained in:
2020-02-08 17:44:35 +07:00
parent 6d950086e7
commit 5b27ae7ddf
2 changed files with 13 additions and 8 deletions

View File

@ -6,7 +6,7 @@ class RubyXC < Thor
class_option :integers , type: :numeric
class_option :messages , type: :numeric
class_option :elf , type: :boolean
class_option :preload , type: :boolean
class_option :preload , type: :boolean , default: true
#
# Actual commands are required at the end, one per file, same name as command