Unverified Commit 6c721e6f authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

add alias descriptions

parent 8d3cafca
...@@ -7,11 +7,11 @@ To use it, add `gem` to the plugins array in your zshrc file: ...@@ -7,11 +7,11 @@ To use it, add `gem` to the plugins array in your zshrc file:
```zsh ```zsh
plugins=(... gem) plugins=(... gem)
``` ```
## Aliases
| Alias | Command | ## Aliases
|-------|-----------------------|
| gemb | `gem build *.gemspec` |
| gemp | `gem push *.gem` |
| gemy | `gem yank $1 -v $2` |
| Alias | Command | Description |
|----------------------|-------------------------------|--------------------------------------------|
| gemb | `gem build *.gemspec` | Build a gem from a gemspec |
| gemp | `gem push *.gem` | Push a gem up to the gem server |
| gemy [gem] [version] | `gem yank [gem] -v [version]` | Remove a pushed gem version from the index |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment