Skip to content

PLCommand v1.2.0

Compare
Choose a tag to compare
@jihoonahn jihoonahn released this 10 Sep 23:16
· 48 commits to main since this release

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.