module EasyAppHelper::Config::Compatibility

Public Instance Methods

command_line_config() click to toggle source
# File lib/easy_app_helper/config/compatibility.rb, line 11
def command_line_config
  command_line_layer.slop_definition.to_hash
end
help() click to toggle source

 For backward compatibility with EasyAppHelper v1.x

# File lib/easy_app_helper/config/compatibility.rb, line 7
def help
  command_line_help
end