It's sort of working

This commit is contained in:
Smaug123
2025-04-17 00:18:53 +01:00
parent 4013271254
commit 54e3f17d9c
3 changed files with 1777 additions and 174 deletions

View File

@@ -235,3 +235,9 @@ type FlagsIntoPositionalArgs' =
[<PositionalArgs false>]
DontGrabEverything : string list
}
[<ArgParser true>]
type PassThru =
{
A : ParentRecordChildPos
}