-
Notifications
You must be signed in to change notification settings - Fork 75
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
ArgumentParser<_>.PrintCommandLineArgumentsFlat does not escape '\n' #136
Comments
ArgumentParser<_>.PrintCommandLineArgumentsFlat
does not escape '\n'
I'm not sure I understand what the expected behaviour is. The method prints literal quotes but fails to do so if you add newline chars? |
|
Could you elaborate why? Why shouldn't it be quoted if that is not the case? |
Sorry. But I didn't understand or couldn't translate the question.
|
@kleidemos Would you be able to provide a PR? Eirik is no longer maintaining this as of #191 Realistically the fact that this API is not a mainstream thing means resolving this won't get to the top of the up for grabs or good-first-issue lists in any reasonable length of time (I'm trying to make this issues list tractable, as no issue will ever get resolved if its just a dumping ground) |
Repro steps
Actual behavior
The text was updated successfully, but these errors were encountered: