Tarmil / FSharp.Data.LiteralProviders

F# Type providers generating literals from the compile-time environment
MIT License
135 stars 6 forks source link

Exec is always retuning empty string. #21

Closed OnurGumus closed 2 years ago

OnurGumus commented 2 years ago

I tried all examples regarding exec in MacOs, always getting empty string with no errors. Any ides

type DotnetListReference = Exec<"dotnet", "list reference">

printfn "test %s" DotnetListReference.Output
OnurGumus commented 2 years ago

Ok I think it was my fault.