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: spreading quoted, multi-word arguments instead of forwarding them to script #59

Open
Kareem-Medhat opened this issue Aug 9, 2022 · 0 comments · May be fixed by #60
Open

fix: spreading quoted, multi-word arguments instead of forwarding them to script #59

Kareem-Medhat opened this issue Aug 9, 2022 · 0 comments · May be fixed by #60

Comments

@Kareem-Medhat
Copy link

Kareem-Medhat commented Aug 9, 2022

Description

Program currently spreading/expanding quoted, multi-word arguments instead of forwarding them to script.

How to reproduce bug

Run the following command after cloning the repository:

dum run foo 'first arg' 'second'

Expected behavior

from example [ 'first arg', 'second' ]

Actual behavior

from example [ 'first', 'arg', 'second' ]
@Kareem-Medhat Kareem-Medhat changed the title fix: passing multi-word argument being split into separate arguments fix: spreading quoted, multi-word arguments instead of forwarding them to script Aug 9, 2022
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 a pull request may close this issue.

1 participant