lib/chamber/binary/runner.rb in chamber-2.1.6 vs lib/chamber/binary/runner.rb in chamber-2.1.7
- old
+ new
@@ -10,9 +10,11 @@
module Chamber
module Binary
class Runner < Thor
include Thor::Actions
+ source_root ::File.expand_path('../../../../templates', __FILE__)
+
class_option :rootpath,
type: :string,
aliases: '-r',
default: ENV['PWD'],
desc: 'The root filepath of the application'