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

Fix argfile regression #720

Merged
merged 2 commits into from Dec 11, 2023
Merged

Fix argfile regression #720

merged 2 commits into from Dec 11, 2023

Conversation

passcod
Copy link
Member

@passcod passcod commented Dec 11, 2023

Fixes #717

argfile parses @argfiles at any point in the command, while we originally parsed only the first argument if it matched; therefore argfile was parsing @-arguments in the child command part, after --, which was undesired.

This keeps the argfile parsing anywhere improvement, plus the recursive argfile parsing, but stops at the first --.

@passcod passcod merged commit 53c9e34 into main Dec 11, 2023
8 checks passed
@passcod passcod deleted the argfile-troubles branch December 11, 2023 04:05
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

Successfully merging this pull request may close these issues.

Passing argument to application beginning with @ gives strange error
1 participant