module Mixlib::CLI::ClassMethods

def use_separate_default_options(true_or_false)

mixlib-cli DSL will be stored in a separate Hash
When this setting is set to +true+, default values supplied to the
def use_separate_default_options(true_or_false)
  @separate_default_options = true_or_false
end