Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 602 Bytes

File metadata and controls

15 lines (12 loc) · 602 Bytes

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