mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
scala: add start interpreter with classpath (#5354)
This commit is contained in:
parent
7cd7f64c7d
commit
ee3d450884
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue