halmos icon indicating copy to clipboard operation
halmos copied to clipboard

support multiple values for --array-lengths option

Open daejunpark opened this issue 1 year ago • 0 comments

support multiple array lengths at once, e.g., (syntax to be decided), halmos --array-lengths x={1,2,3}

this should be equivalent to running halmos multiple times for each length value:

halmos --array-lengths x=1
halmos --array-lengths x=2
halmos --array-lengths x=3

daejunpark avatar May 04 '24 02:05 daejunpark