yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.27k stars 122 forks source link

Update to SwiftCLI 6.0 #157

Closed yonaskolb closed 4 years ago

yonaskolb commented 4 years ago

This uses the new property wrappers introduced in SwiftCLI 6.0

@Flag("-s", "--silent", description: "Silences any output from Mint itself")
var silent: Bool