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
Set this to set the foreground group ID associated with the controlling terminal to “your” stdin.
24
+
What this means is you’ll receive text typed in the Terminal when reading stdin if the flag is set, otherwise you won’t.
25
+
This is disabled by default because this will _also_ send you the signals, and Swift ignores the Ctrl-C signal for some reasons, which is not convenient.
26
+
""")
27
+
varsetFgPgID=false
28
+
22
29
@Argument(parsing:.captureForPassthrough)
23
30
varscriptArguments:[String]=[]
24
31
@@ -30,7 +37,7 @@ struct Run : AsyncParsableCommand {
0 commit comments