File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ If you would like to package scalariform for use on the command line with java -
2626
2727sbt will build one jar with all the dependencies and put it in ::
2828
29- cli/target/scala-2.10 /cli-assembly-0.1.6 .jar
29+ cli/target/scala-$your_scala_version /cli-assembly-$scalariform_version .jar
3030
3131You can copy this to a location in your path and execute it as follows: ::
3232
33- java -jar /home/me/bin/cli-assembly-0.1.6 .jar -f -q +compactControlReadability +alignParameters +alignSingleLineCaseStatements +doubleIndentClassDeclaration +preserveDanglingCloseParenthesis +rewriteArrowSymbols +preserveSpaceBeforeArguments --stdout ~/myproject/src/main/scala/Stuff.scala > Stuff.scala
33+ java -jar /home/me/bin/cli-assembly-$scalariform_version .jar -f -q +compactControlReadability +alignParameters +alignSingleLineCaseStatements +doubleIndentClassDeclaration +preserveDanglingCloseParenthesis +rewriteArrowSymbols +preserveSpaceBeforeArguments --stdout ~/myproject/src/main/scala/Stuff.scala > Stuff.scala
3434
3535Integration with sbt
3636--------------------
You can’t perform that action at this time.
0 commit comments