31 32 33
# File 'lib/pipedream/cli.rb', line 31 def start(pipeline_name=nil) Start.new(options.merge(pipeline_name: pipeline_name)).run end