You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add stderr, stdin, and stdout support for Dry::CLI
Introduce `stderr`, `stdin`, and `stdout` streams to `Dry::CLI`
and its components to better handle I/O. This allows commands
to utilize specific input/output streams, improving flexibility
and testability. Refactor existing methods to use the new stream
parameters consistently.
0 commit comments