We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fd593 commit 69b939eCopy full SHA for 69b939e
main.go
@@ -153,7 +153,7 @@ func Run(procs []Process) *Pipeline {
153
func ParseArgs(args []string) (procs []Process) {
154
start := 0
155
for i, arg := range args {
156
- if arg == ";;" {
+ if arg == ";;" || arg == "==" {
157
procs = append(procs, Process{
158
Cmd: args[start],
159
Args: args[start+1 : i],
0 commit comments