actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

--record not being captured by `acton` - instead passed on to `actonc` #1865

Closed plajjan closed 2 months ago

plajjan commented 2 months ago

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