mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
swift-package-manager: small format changes on README
This commit is contained in:
parent
8dfac43608
commit
70604e30b6
1 changed files with 8 additions and 8 deletions
|
|
@ -12,11 +12,11 @@ plugins=(... swift-package-manager)
|
|||
|
||||
## Aliases
|
||||
|
||||
| Alias | Description | Command |
|
||||
|-------|-------------------------------------|----------------------------------|
|
||||
| spi | Initialize a new package | swift package init |
|
||||
| spf | Fetch package dependencies | swift package fetch |
|
||||
| spu | Update package dependencies | swift package update |
|
||||
| spx | Generates an Xcode project | swift package generate-xcodeproj |
|
||||
| sps | Print the resolved dependency graph | swift package show-dependencies |
|
||||
| spd | Print parsed Package.swift as JSON | swift package dump-package |
|
||||
| Alias | Description | Command |
|
||||
|-------|-------------------------------------|------------------------------------|
|
||||
| `spi` | Initialize a new package | `swift package init` |
|
||||
| `spf` | Fetch package dependencies | `swift package fetch` |
|
||||
| `spu` | Update package dependencies | `swift package update` |
|
||||
| `spx` | Generates an Xcode project | `swift package generate-xcodeproj` |
|
||||
| `sps` | Print the resolved dependency graph | `swift package show-dependencies` |
|
||||
| `spd` | Print parsed Package.swift as JSON | `swift package dump-package` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue