Skip to content

Commit

Permalink
Properly end program after one run
Browse files Browse the repository at this point in the history
  • Loading branch information
lflare committed Feb 10, 2022
1 parent 80811b1 commit a1d6990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,9 @@ Flags:
} else if err != nil {
panic(err)
}

if !continuous {
break
}
}
}

0 comments on commit a1d6990

Please sign in to comment.