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

Argument starting with tilde (~) are not captured and left blank #69

Open
Barryrowe opened this issue Feb 9, 2022 · 1 comment
Open
Labels

Comments

@Barryrowe
Copy link

Version: 6.0.0

When passing an argument that begins with a tilde, the argument is not populated to the attributed variable. This would be a common case in non-windows environments to signal relative-to-user paths.

Ex: dotnet run -file "~/data/path/to/file"

@jpdillingham
Copy link
Owner

Thanks for brining this up. I had a lot of difficulty with this originally, but looking back I think it was probably more about me using MINGW64 on Windows and that takes a lot of liberties when parsing input.

I'll take a look at this on Linux and see if anything jumps out.

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

No branches or pull requests

2 participants