fix: handle stdio properly

This commit is contained in:
2025-08-17 13:55:24 +02:00
parent 4ae0545ab4
commit 7b83cfab38
15 changed files with 302 additions and 119 deletions

View File

@@ -6,5 +6,5 @@ namespace Nih\CommandBuilder;
use RuntimeException;
final class CommandException extends RuntimeException
class CommandException extends RuntimeException
{}