Open amigalemming opened 10 months ago
All those things need to be reimplemented: https://github.com/pcapriotti/optparse-applicative/issues/65#issuecomment-1742135907
For getEnv
we need:
But the latter doesn't exist in Win32 yet... so it has to be added there (probably along with GetEnvironmentStrings)
Can you please clarify, how to transfer
FilePath
s fromgetEnv
,GetOpt
,optparse-applicative
without the roundtrip viaString
?