Implemented an abstraction for extracting flags from builtins

This commit is contained in:
2025-03-22 20:10:47 -04:00
parent b6a9bb880d
commit e3f3e3dcdc
18 changed files with 567 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
---
source: src/tests/getopt.rs
expression: opts
---
[
Short(
'n',
),
Short(
'e',
),
]