scala: add start interpreter with classpath (#5354)

translation-badges
Fabio Serragnoli 2021-03-08 20:51:13 +00:00 committed by GitHub
parent 7cd7f64c7d
commit ee3d450884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`scala`
- Start the interpreter with a dependency in the classpath:
`scala -classpath {{filename.jar}} {{command}}`
- Execute a Scala script:
`scala {{script.scala}}`