2020-06-11 14:41:32 +00:00
|
|
|
# Scala plugin
|
2019-01-12 15:47:23 +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-06-11 14:41:32 +00:00
|
|
|
|
|
|
|
```zsh
|
2019-01-12 15:47:23 +00:00
|
|
|
plugins=(... scala)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
2020-06-11 14:41:32 +00:00
|
|
|
| Command | Description |
|
|
|
|
|----------|---------------------------------|
|
|
|
|
| `scala` | Run code in the Scala language |
|
|
|
|
| `scalac` | Compiler for the Scala language |
|