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

loop: fix cmd line arg parsing bug
This commit is contained in:
Alex Bosworth 2019-03-21 08:33:03 -07:00 committed by GitHub
commit ffde70f0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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