ShellOut
ShellOut copied to clipboard
Easily run shell commands from a Swift script or command line tool
use this pod with error .so what can i do for fix this error? tks
I didn't see any tests for the predefined git commands but would be happy to add some if it would be helpful.
I've only been able to test this with Swift 5.5 on macOS and Linux: both build and pass tests without warnings. I still have the Makefile around from when I...
Since MacOS now ships with `zsh` I think it would make sense to change the shell used by ShellOut to match. I was just bitten by an issue where file...
When i use shellout to exccute git command i got an error like " load pubkey "/Users/***/.ssh/id_rsa": Operation not permitted Host key verification failed. fatal: Could not read from remote...
I've skimmed the code and it appears you don't provide any way to get the output of a command as it comes through the pipe. Is this something you'd consider...
for example: * I need to enter the password when running a command with `sudo`. * I need to enter `[y/N]` when running a command that needs to be confirmed....