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
Would make scripting a little easier if the tool supported stdin for derivation input.
If you don't want it to block when no args are given, I've seen this implemented a couple of different ways, whether a dedicated --stdin flag or a - at the end of the argument list.
The text was updated successfully, but these errors were encountered:
Would make scripting a little easier if the tool supported
stdin
for derivation input.If you don't want it to block when no args are given, I've seen this implemented a couple of different ways, whether a dedicated
--stdin
flag or a-
at the end of the argument list.The text was updated successfully, but these errors were encountered: