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
It would be useful in scripts to get the received file name/path for doing further operations on it.
Info log such as [INFO ] Connected to rendezvous server. is printed on stderr so the received file path can be printed on the stdout.
The text was updated successfully, but these errors were encountered:
Interesting idea. I think it would be worth it to have a --output-format command line flag to be able to have a more machine readable and stable output format like json. It could for example also return the wormhole code in a similar fashion, for use in further processing.
Events should go on stderr. Then we can still reserve the use of stdout for eg. piping a received file into a different command, or directly connecting network sockets etc. should we ever want to do this sort of thing.
See #253 for details on how to continue with the migration to tracing. Contributions welcome.
It would be useful in scripts to get the received file name/path for doing further operations on it.
Info log such as
[INFO ] Connected to rendezvous server.
is printed on stderr so the received file path can be printed on the stdout.The text was updated successfully, but these errors were encountered: