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
int status = new CommandLine(new JufmtCommand())
.setOut(out)
.setErr(err)
.execute(args);
I wanted to read from stdin and test this, but I noticed this was missing in the command line API. Maybe there's a reason for it ?
The text was updated successfully, but these errors were encountered:
bric3
changed the title
Is there a reason why CommandLine doesn't have a way to configure its sdtin ?
Is there a reason why CommandLine doesn't have a way to configure its sdtin ?
Jan 9, 2025
One can write
I wanted to read from stdin and test this, but I noticed this was missing in the command line API. Maybe there's a reason for it ?
The text was updated successfully, but these errors were encountered: