module ChefCLI::Configurable

def config_loader

def config_loader
  @config_loader ||= Chef::WorkstationConfigLoader.new(config[:config_file])
end