MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 121 forks source link

Use ArgumentParser for command line arguments #121

Closed ecamacho closed 3 years ago

ecamacho commented 3 years ago

Replaces the use of the Commandant library to parse the command line arguments with the standard Swift ArgumentParser. This will also remove some transitive dependencies that were used by that library.

The arguments used remain unchanged.