loop: fix cmd line arg parsing bug

pull/22/head
Joost Jager 5 years ago
parent e4b4b9461f
commit 4c910f28b0
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -48,6 +48,7 @@ func loopOut(ctx *cli.Context) error {
if err != nil {
return err
}
args = args.Tail()
var destAddr string
switch {

Loading…
Cancel
Save