Add option to use threads instead of processes

Mainly since they are more convenient for debugging
This commit is contained in:
James R. Barlow
2019-05-31 01:56:16 -07:00
parent 522e1e948b
commit 45a361d112
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -199,6 +199,7 @@ jobcontrol.add_argument(
dest='progress_bar',
help=argparse.SUPPRESS,
)
jobcontrol.add_argument('--use-threads', action='store_true', help=argparse.SUPPRESS)
metadata = parser.add_argument_group(
"Metadata options",