Merge pull request #22 from joostjager/fix-loop-arg

loop: fix cmd line arg parsing bug
pull/24/head
Alex Bosworth 5 years ago committed by GitHub
commit ffde70f0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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