commit ea2fdc05e454f6fb0d7e5468e0f40b9497c6a0b0
Author: urob <978080+urob@users.noreply.github.com>
Date: Mon Jul 31 10:56:02 2023 -0400
Multithreading support for docker/podman
commit 9da06f8f5c97da66a6be83bbaa144f60759a9b89
Merge: c21715b c7e299e
Author: urob <978080+urob@users.noreply.github.com>
Date: Tue Jun 27 16:53:15 2023 -0400
Merge remote-tracking branch 'ffnf/main' into parallel
commit c7e299e5588ba85586c0231e53f544d1e71cf2dc
Author: ffnf <133487359+ffnf@users.noreply.github.com>
Date: Sat May 13 18:59:27 2023 +0700
Add multithreading when running locally
Run it by using the `-m` option.
It can only run locally, so the `-l` option must be included. Therefore, it should be `-l -m`
Co-authored-by: ffnf <133487359+ffnf@users.noreply.github.com>