We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b4b94 + 4c910f2 commit ffde70fCopy full SHA for ffde70f
cmd/loop/loopout.go
@@ -48,6 +48,7 @@ func loopOut(ctx *cli.Context) error {
48
if err != nil {
49
return err
50
}
51
+ args = args.Tail()
52
53
var destAddr string
54
switch {
0 commit comments