export default function executorConfig(args){ return { command: ()=> args.slice(2), url: process.env.QUALITEER_URL, jobId: () => args[1], } }