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

Error in docs for "Running commands" #263

Closed
andrewdbate opened this issue Jul 13, 2016 · 1 comment
Closed

Error in docs for "Running commands" #263

andrewdbate opened this issue Jul 13, 2016 · 1 comment

Comments

@andrewdbate
Copy link

On this page, in section Pass arguments to a command or task in batch mode, the docs give the following example:

$ sbt 'project X' clean '~ compile'

But this is wrong. Instead, the example should read:

$ sbt "project X" clean "~ compile"

That is, the single quotes should be replaced with double quotes.

I've tested this on both Windows and Linux, and only double quotes work.

@eed3si9n
Copy link
Member

ok. Do you mind sending us a pull request?

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

No branches or pull requests

2 participants