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

Resume suggestions should be shell escaped #27

Closed
derekslager opened this issue May 23, 2017 · 0 comments · Fixed by #72
Closed

Resume suggestions should be shell escaped #27

derekslager opened this issue May 23, 2017 · 0 comments · Fixed by #72

Comments

@derekslager
Copy link
Member

Run a task with a configuration requiring shell quoting, as below:

$ lein monolith each sometask '{:config-option ["foobar"]}'

If an error is encountered, the plugin emits a message like the following:

Resume with: lein monolith each :start subproject sometask {:config-option ["foobar"]}

The message is quite helpful, but it requires manual shell quoting if you copy and paste. Ideal behavior would be for the printed representation to be properly escaped.

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

Successfully merging a pull request may close this issue.

1 participant