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 precompiled task arguments #656

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

hovsater
Copy link
Contributor

@hovsater hovsater commented Jul 9, 2021

Te ensure quoted arguments are handled properly, we need to pass the
array of String arguments separately.

As an example, previously the following would not work:

$ lucky exec -e "mate -w"

Te ensure quoted arguments are handled properly, we need to pass the
array of `Strirng` arguments separately.
Copy link
Member

@jwoertink jwoertink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice! Good catch

@jwoertink jwoertink merged commit 0f2902c into luckyframework:master Jul 12, 2021
@hovsater hovsater deleted the precompiled-task-args branch July 13, 2021 04:36
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.

2 participants