Creating a Swift CLI Tool
Recently, I had the interesting experience of writing a CLI (Command Line Interface) tool in Swift. My objective was to build an executable that could be run via a command in the Terminal and perform some operations. Specifically, I wanted the execut...
Jun 30, 20213 min read140
