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
fmt.Printf("\t\t--deinterlace | -d\t\tShow individual output of processes in blocks, second order of termination\n\n")
103
+
fmt.Printf("\t\t--ordered | -o\t\tImplies --deinterlace, will output block of processes one after another, second original order specified in input\n\n")
103
104
fmt.Printf("\t\t--halt-all | -a\t\tTerminate neighbour processes as soon as any has failed, using its exit code\n\n")
104
105
fmt.Printf("\t\t--master=0 | -m=0\t\tTerminate neighbour processes as soon as command from specified input line exits and use its exit code; if no id is specified, 0 is assumed\n\n")
105
106
fmt.Printf("Each line read from standard input will be run as a command via `sh -c`\n")
106
107
os.Exit(0)
108
+
case"--version", "-v":
109
+
fmt.Printf("coshell v0.2.1 by gdm85 - Licensed under GNU GPLv2\n")
0 commit comments