CI tests are currently failing where actonc gets passed --record (from acton test perf --record) and it doesn't know about this option and so errors out.
acton should consume this argument. Why doesn't it? I recently did some modifications to acton CLI around argument parsing but I think it was just rearranging some lines so reckon it should still capture --record
CI tests are currently failing where
actonc
gets passed--record
(fromacton test perf --record
) and it doesn't know about this option and so errors out.acton
should consume this argument. Why doesn't it? I recently did some modifications toacton
CLI around argument parsing but I think it was just rearranging some lines so reckon it should still capture--record