lib/datapimp/cli/run.rb in datapimp-1.2.1 vs lib/datapimp/cli/run.rb in datapimp-1.2.2
- old
+ new
@@ -1,6 +1,6 @@
command "run" do |c|
- c.syntax = "datapimp run FILE"
+ c.syntax = "#{$datapimp_cli} run FILE"
c.description = "runs a script in the context of the datapimp config"
c.option '--format FORMAT', String, 'which format should we serialize the result? json default'
c.action do |args, options|