2019-11-12 17:55:38 +00:00
|
|
|
# sdk
|
|
|
|
|
|
|
|
Plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
|
|
|
|
Provides autocompletion for all known commands.
|
|
|
|
|
2020-06-11 14:41:32 +00:00
|
|
|
To use it, add `sdk` to your plugins array in your zshrc file:
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
plugins=(... sdk)
|
|
|
|
```
|
|
|
|
|
2019-11-12 17:55:38 +00:00
|
|
|
## Requirements
|
|
|
|
|
2020-06-11 14:41:32 +00:00
|
|
|
* [SDKMAN](http://sdkman.io/)
|