# File 'lib/coppy/cli.rb', line 9defself.exit_on_failure?trueend
Instance Method Details
#copy(template_path, target_path) ⇒ Object
14
15
16
17
18
19
# File 'lib/coppy/cli.rb', line 14defcopy(template_path,target_path)Runner.new(template_path,target_path).callrescueCoppy::Manifesto::InvalidManifesto=>esay"Failed to load manifesto. #{e.message}"exit(1)end