issues
search
apple
/
swift-argument-parser
Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.34k
stars
321
forks
source link
Cleanup Foundation usage
#528
Closed
rauhul
closed
1 year ago
rauhul
commented
1 year ago
Changes uses of import Foundation in ArgumentParser to only expose the symbols needed to avoid growing unintentional dependencies.
Replaces direct usage of EXIT_FAILURE in MessageInfo with ExitCode, exposed as a result of the above change.
rauhul
commented
1 year ago
@swift-ci please test
rauhul
commented
1 year ago
@swift-ci please test