How can I execute multiple lein tasks in one command?

Viewed 2325

I'm new to leiningen.

When I tried to execute following,

$ lein clean jar

I got

Wrong number of arguments to clean task. 
Expected []
$ 

How can I execute multiple tasks in one command?

2 Answers
Related