Add --threads

This commit is contained in:
Piero Toffanin 2022-07-15 12:12:20 -04:00
parent e4fe0e8919
commit 1dddcea794
3 changed files with 14 additions and 0 deletions

View file

@ -131,6 +131,11 @@ _default_options_objects = [
'default_value': None,
'value_type': 'str'
},
{
'name': 'THREADS',
'default_value': 4,
'value_type': 'int'
},
{
'name': 'SUGGESTIONS',
'default_value': False,