mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(scw): use official scw completion (#12755)
This commit is contained in:
parent
09a9467200
commit
9ae155336f
3 changed files with 20 additions and 337 deletions
|
|
@ -1,7 +1,9 @@
|
|||
## Scaleway CLI autocomplete plugin
|
||||
## Scaleway CLI plugin
|
||||
|
||||
[scw](https://github.com/scaleway/scaleway-cli): Manage Bare Metal servers from Command Line (as easily as with Docker)
|
||||
This plugin adds completion for [scw](https://github.com/scaleway/scaleway-cli), the command line interface for Scaleway.
|
||||
|
||||
- Adds autocomplete options for all `scw` commands.
|
||||
To use it, add `scw` to the plugins array in your zshrc file:
|
||||
|
||||
Maintainer : Manfred Touron ([@moul](https://github.com/moul))
|
||||
```zsh
|
||||
plugins=(... scw)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue