PLCommand v1.2.0
What's Changed
The plcommand usage has been changed. You can use the Command through the Property wrapper.
import Command
Usage
Zsh Command
@Command(\.zsh) var zsh
zsh.run("command")
Bash Command
@Command(\.bash) var bash
bash.run("command")
The previously provided Git and SwiftPackage commands will be added later.