mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
fix: no duplicate --no-output
This commit is contained in:
@ -22,6 +22,10 @@ final class Printer implements HandlesArguments
|
|||||||
return $arguments;
|
return $arguments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (in_array('--no-output', $arguments, true)) {
|
||||||
|
return $arguments;
|
||||||
|
}
|
||||||
|
|
||||||
return $this->pushArgument('--no-output', $arguments);
|
return $this->pushArgument('--no-output', $arguments);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user