Sponsored by
Popular Posts and Series
Categories (85)
Argument Parser
Hidden Gems in the Swift Argument Parser - Part II
19 Sep 2025
Explore manual pages, DocC generation, and JSON dump features
Hidden Gems in the Swift Argument Parser - Part I
15 Aug 2025
Discover lesser-known features: shell completion scripts and improving completion suggestions
Analyze .ipa Bundles with Rosalind
13 Jun 2025
Gain insights into your app's size and contents with a custom CLI tool.
Let's Build: The tree Program - Part II
21 Feb 2025
Finishing the tree program, by adding bold styles and support for custom options.
Let's Build: The tree Program - Part I
14 Feb 2025
The 1st post in a new series. Replicate from scratch the tree program in Swift, learning a lot along the way!
[Video] Swift Argument Parser with Guilherme Rambo
15 Jan 2025
Insights on building a CLI for your own packages, and a hands-on example with the argument parser
A Different Approach Using the Swift Argument Parser
25 Oct 2024
Take control over the standard way to allow styled output and personalized workflows
Supporting Interactive Input in CLI Tools Using Property Wrappers
8 Oct 2024
How to use Property Wrappers to make the readLine() method more reusable in your tools
Command Line in Swift: the Different Alternatives
2 Jul 2024
Comparing the choices available for building with Swift for the command line
The Interactive Swift Argument Parser Guide - Part III: Options, Validation & Exiting
2 May 2024
The third and final part on this series, covering options, option groups, validation, and exiting.
The Interactive Swift Argument Parser Guide - Part II: Flags
23 Apr 2024
The continuation of the argument parser guide, exploring flags and friends
The Interactive Swift Argument Parser Guide - Part I: Basics & Arguments
21 Mar 2024
The first part of a practical and interactive series to learn the full power of the argument parser, covering basics and and arguments