mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-12 23:48:42 +00:00
WIP: define the helper types
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Playground
|
||||
|
||||
open GeneratedParsers
|
||||
|
||||
module Program =
|
||||
[<EntryPoint>]
|
||||
let main argv =
|
||||
["--whatnot=2024-01-12";"--info1=4";"--info2=hi"]
|
||||
|> ArgsModule.parse
|
||||
[ "--whatnot=2024-01-12" ; "--info1=4" ; "--info2=hi" ]
|
||||
|> Args.parse
|
||||
|> printfn "%O"
|
||||
|
||||
0
|
||||
|
Reference in New Issue
Block a user