ArgumentOverture

1 · Valentin Knabel · Sept. 30, 2018, midnight
A Swift Playground aiming to provide some functional helpers to parse arguments for command line tools. It uses Overture and is build for high composability, flexibility and little impact on your project’s freedom to evolve. A central use case was Archery’s: only actually interpreted arguments shall be consumed. Any others shall be collected (remaining) or should prevent execution (exhaust), depending on the current command. First of all an example usage. // Experiment do { let (isVerbose, whoT...