Class: Khaleesi::CLI::Build

Inherits:
Generate show all
Defined in:
lib/khaleesi/cli.rb

Instance Method Summary collapse

Methods inherited from Generate

cmd_name, desc, doc, #initialize, parse, #run

Methods inherited from Khaleesi::CLI

class_from_arg, #create_file_p, doc, #initialize, normalize_syntax, parse

Constructor Details

This class inherits a constructor from Khaleesi::CLI::Generate

Instance Method Details

#handle_raw_files(raw_dir) ⇒ Object



548
549
550
# File 'lib/khaleesi/cli.rb', line 548

def handle_raw_files(raw_dir)
  FileUtils.cp_r raw_dir << '/.', @opts[:dest_dir], :verbose => false
end