/MinimumSwiftArgumentParserExample

Example project to use swift-argument-parser with swift-sh

Primary LanguageSwift

MinimumSwiftArgumentParserExample

This is an example to show how swift-argument-parser can be used with minimum configuration.

How This Works

This example expects swift-sh command to be installed to resolve the dependency of ArgumentParser.

This main.swift can be executed by following commands.

cd MinimumSwiftArgumentParserExample
swift sh main.swift

Acknowledgement