Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interaction of OsPath with getEnv, GetOpt, optparse-applicative #221

Open
amigalemming opened this issue Jan 22, 2024 · 2 comments
Open

Comments

@amigalemming
Copy link

Can you please clarify, how to transfer FilePaths from getEnv, GetOpt, optparse-applicative without the roundtrip via String?

@hasufell
Copy link
Member

All those things need to be reimplemented: pcapriotti/optparse-applicative#65 (comment)

@hasufell
Copy link
Member

For getEnv we need:

But the latter doesn't exist in Win32 yet... so it has to be added there (probably along with GetEnvironmentStrings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants