Popular Posts and Series
Categories (80)
Argument Parser
Hidden Gems in the Swift Argument Parser - Part II
2025-09-19
Explore manual pages, DocC generation, and JSON dump features
Hidden Gems in the Swift Argument Parser - Part I
2025-08-15
Discover lesser-known features: shell completion scripts and improving completion suggestions
Analyze .ipa Bundles with Rosalind
2025-06-13
Gain insights into your app's size and contents with a custom CLI tool.
Let's Build: The tree Program - Part II
2025-02-21
Finishing the tree program, by adding bold styles and support for custom options.
Let's Build: The tree Program - Part I
2025-02-14
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
2025-01-15
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
2024-10-25
Take control over the standard way to allow styled output and personalized workflows
Supporting Interactive Input in CLI Tools Using Property Wrappers
2024-10-08
How to use Property Wrappers to make the readLine() method more reusable in your tools
Command Line in Swift: the Different Alternatives
2024-07-02
Comparing the choices available for building with Swift for the command line
The Interactive Swift Argument Parser Guide - Part III: Options, Validation & Exiting
2024-05-02
The third and final part on this series, covering options, option groups, validation, and exiting.
The Interactive Swift Argument Parser Guide - Part II: Flags
2024-04-23
The continuation of the argument parser guide, exploring flags and friends
The Interactive Swift Argument Parser Guide - Part I: Basics & Arguments
2024-03-21
The first part of a practical and interactive series to learn the full power of the argument parser, covering basics and and arguments