alongWith

fun alongWith(vararg parallel: Cmd): ParallelGroup

Run n commands in parallel with this command, ending when all commands have ended

Return

ParallelCommandGroup with this command and n parallel commands

Parameters

parallel

commands to run in parallel with this command