module KPM::Tasks

def install(config_file=nil)

def install(config_file=nil)
  help = Installer.from_file(config_file).install(options[:force_download], options[:verify_sha1])
  help = JSON(help)
  say help['help'], :green unless help['help'].nil?
end