Releases: pelagornis/plcommand
Releases · pelagornis/plcommand
PLCommand v1.0.1
Swift tool version Change (5.7 -> 5.8)
// swift-tools-version: 5.8
And
Documenting source code
PLCommand v1.0.0
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")