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 would expect it to open up nano with the specified file. No such thing happens though:
I experienced similar behaviour for other packages and for using Process directly.
I haven't used Swift beforehand and thought I could write my next small little CLI tool in it, this keeps me from doing so though.
Is there any way to properly start a terminal editor with ShellOut or should I search somewhere else?
Thank you :)
The text was updated successfully, but these errors were encountered:
Hello 👋
Given this small piece of code:
I would expect it to open up nano with the specified file. No such thing happens though:
I experienced similar behaviour for other packages and for using
Process
directly.I haven't used Swift beforehand and thought I could write my next small little CLI tool in it, this keeps me from doing so though.
Is there any way to properly start a terminal editor with ShellOut or should I search somewhere else?
Thank you :)
The text was updated successfully, but these errors were encountered: