mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
add description to readme, fixed table, removed trailing spaces from aliases
This commit is contained in:
parent
390c76faf5
commit
80bd87cca7
2 changed files with 12 additions and 12 deletions
|
|
@ -11,10 +11,10 @@ plugins=(... molecule)
|
|||
|
||||
## Aliases
|
||||
|
||||
| Command | Description |
|
||||
| :------ | :----------------------- |
|
||||
| alias | mol='molecule ' |
|
||||
| alias | mct='molecule create ' |
|
||||
| alias | mcv='molecule converge ' |
|
||||
| alias | mls='molecule list ' |
|
||||
| alias | mvf='molecule verify ' |
|
||||
| Alias | Command | Description |
|
||||
| :---- | :---------------- | ---------------------------------------------------------------------------------- |
|
||||
| mol | molecule | Molecule aids in the development and testing of Ansible roles. |
|
||||
| mct | molecule create | Use the provisioner to start the instances. |
|
||||
| mcv | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
|
||||
| mls | molecule list | List status of instances. |
|
||||
| mvf | molecule verify | Run automated tests against instances. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue