Sha256: 5627838205c1a6dab509f7ace145546fa66569829b6737cf046e83c43e4a5b5a
Contents?: true
Size: 247 Bytes
Versions: 12
Compression:
Stored size: 247 Bytes
Contents
command "run" do |c| c.syntax = "datapimp run FILE" c.description = "runs a script in the context of the datapimp config" c.action do |args, options| args.each do |arg| code += Pathname(arg).read end eval(code) end end
Version data entries
12 entries across 12 versions & 1 rubygems