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
i have a command that accepts arguments via stdin to avoid leaking the password argument. i want to be able to pass the data as a variable to the stdin custom filehandle option (capture {...} stdin => $data). i'm looking into faking a file interface by tie()ing to IO::Seekable, but haven't gotten it working yet. would it be possible to support this not uncommon use case?
The text was updated successfully, but these errors were encountered:
i have a command that accepts arguments via stdin to avoid leaking the password argument. i want to be able to pass the data as a variable to the stdin custom filehandle option (
capture {...} stdin => $data
). i'm looking into faking a file interface by tie()ing to IO::Seekable, but haven't gotten it working yet. would it be possible to support this not uncommon use case?The text was updated successfully, but these errors were encountered: