12 13 14
# File 'lib/parceler/engine.rb', line 12 def getcmd(cmd = '') return "yarn run parcel #{cmd} #{@args.join(' ')}" end