mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 19:52:41 +00:00
Primarily, instead of building a parse pattern enum, we just build the regex directly, with the appropriate capture group names so that the column name codepaths can be shared between simple and `--regex` patterns. Also removed capture group count compared to column name count. I don't think this codepath can possibly be reached with the regex we now use for the simplified capture form. |
||
|---|---|---|
| .. | ||
| nu | ||
| lib.rs | ||
| main.rs | ||
| parse.rs | ||