Syntax for requesting several models in Object_Capture_API

I am using HelloPhotogrammetry in Xcode, but this is a question about syntax only.

I can make one model with something like:
HelloPhotogrammetry.main([path_to_folder_of images, path_to_output/model.usdz, "-d", "medium", "-o", "unordered", "-f", "high" ])

But how would I request several models simultaneously?

"-d", "medium",
"-d", “full,
"-d", “raw”