Skip to content

Commit

Permalink
IMP: update metavars for jobs, threads types (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood authored Feb 13, 2024
1 parent 246f054 commit fde6c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions q2cli/core/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def _get_metavar(type):
'Str': 'TEXT',
'Float': 'NUMBER',
'Bool': '',
'Jobs': 'NJOBS',
'Threads': 'NTHREADS',
}

style = qiime2.sdk.util.interrogate_collection_type(type)
Expand Down

0 comments on commit fde6c06

Please sign in to comment.