Skip to content

Does it make any difference adding semicolon at the beginning of an alias #7259

Closed Answered by eed3si9n
yadavan88 asked this question in Q&A
Discussion options

You must be logged in to vote

Semilon ; is a command in sbt to concatenate other commands, and ;clean;compile;test used to be the only syntax. In sbt 1.3.0 (#4456) multi command was implemented so sbt engine itself is sort of aware of the semicolon ;, and supports clean;compile;test.

Does it make any difference in some particular scenarios, or it can always be ignored?

So starting sbt 1.3.0, you can drop the initial semicolon.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yadavan88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants