Skip to content

Releases: pelagornis/plcommand

PLCommand v1.0.1

31 Mar 17:45
Compare
Choose a tag to compare

Swift tool version Change (5.7 -> 5.8)

// swift-tools-version: 5.8

And

Documenting source code

PLCommand v1.0.0

07 Feb 14:47
cca5f60
Compare
Choose a tag to compare

PLCommand Release! 🚀

PLCommand is designed to make it easy to use commands in a Swift environment.

let bash = PLCommand.Bash
bash.run("ls")

let zsh = PLCommand.ZSH
zsh.run("pwd")