Skip to content

Commit

Permalink
Update Docc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Nov 17, 2023
1 parent 350dd8f commit 9ea51bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Sources/Command/Documentation.docc/Article/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Or if you want to use zsh.
@Command(\.zsh) var zshCommand
zshCommand.run("command")
```

Or if you want to use Makefile command.
```swift
@Command(\.make) var makeCommand
makeCommand.run("command")
```

### Extension
PLCommand is easier to scale.
Expand Down
1 change: 1 addition & 0 deletions Sources/Command/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ This library provides the ability to run commands within Swift code.

- ``Git``
- ``SwiftPackage``
- ``Fastlane``

0 comments on commit 9ea51bb

Please sign in to comment.