2020-03-11 18:57:46 +00:00
|
|
|
# Scala plugin
|
2018-10-14 16:42:56 +00: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 18:57:46 +00:00
|
|
|
|
|
|
|
```zsh
|
2018-10-14 16:42:56 +00:00
|
|
|
plugins=(... scala)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
2020-03-11 18:57:46 +00:00
|
|
|
| Command | Description |
|
|
|
|
|----------|---------------------------------|
|
|
|
|
| `scala` | Run code in the Scala language |
|
|
|
|
| `scalac` | Compiler for the Scala language |
|