2020-03-11 19:57:46 +01:00
|
|
|
# Scala plugin
|
2018-10-14 18:42:56 +02:00
|
|
|
|
|
|
|
Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
|
|
|
|
|
|
|
|
To use it, add `scala` to the plugins array of your zshrc file:
|
2020-03-11 19:57:46 +01:00
|
|
|
|
|
|
|
```zsh
|
2018-10-14 18:42:56 +02:00
|
|
|
plugins=(... scala)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
| Command | Description |
|
|
|
|
|----------|---------------------------------|
|
|
|
|
| `scala` | Run code in the Scala language |
|
|
|
|
| `scalac` | Compiler for the Scala language |
|