Sha256: 73da2839fd5786268749b0d444c806705e45501a8e64f75e7f32892042f04173
Contents?: true
Size: 431 Bytes
Versions: 20
Compression:
Stored size: 431 Bytes
Contents
module Terraspace::CLI::New::Test class Bootstrap < Base def self.options [ [:dir, default: ".", desc: "directory to write to"], ] end options.each { |args| class_option(*args) } def create return if @options[:test] == false puts "=> Creating test bootstrap structure" test_template_source(@options[:lang], "bootstrap") directory ".", options[:dir] end end end
Version data entries
20 entries across 20 versions & 1 rubygems