The -r flag switches csvgrep to regular-expression matching, here ^a which anchors to the start of the field. Regexes unlock patterns that literal matching cannot express, such as digit ranges or alternations. The match applies to the single column named by -c. This is the column-scoped cousin of grep for tabular data.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.