The following causes and error and probably shouldn't: ```scala @arg(flag='n', doc="The number of reads to use") val n: Int, ``` It complains that the name `n` is getting reused!
The following causes and error and probably shouldn't:
It complains that the name
nis getting reused!