You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: ArgumentParserKit.podspec
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,13 @@
2
2
# Be sure to run `pod lib lint ArgumentParserKit.podspec' to ensure this is a
3
3
# valid spec before submitting.
4
4
#
5
-
# Any lines starting with a # are optional, but their use is encouraged
6
-
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7
-
#
8
-
9
5
Pod::Spec.newdo |s|
10
6
s.name='ArgumentParserKit'
11
7
s.version='1.0.0'
12
8
s.summary='Type-safe and easy way for parsing command line arguments in your macOS command line tools.'
13
9
14
10
s.description=<<-DESC
15
-
I think the ArgumentParser Apple hides inside their Swift Package Manager deserves more. That's why I extracted the relevant source code into a Pod to make it available to a larger audience.
11
+
I think the ArgumentParser Apple hides inside their Swift Package Manager deserves more. That's why I extracted the relevant source code into a Pod / Swift package to make it available to a larger audience.
16
12
The ArgumentParser offers a type-safe and easy way to parse arguments given via the command line to your program. Keep in mind that Apple itself makes clear that you use this private and maybe unstable API at your own risk.
Take a look at [Parsing Command Line Arguments using the internal `ArgumentParser` inside of the `Swift Package Manager`](https://www.enekoalonso.com/articles/parsing-command-line-arguments-with-swift-package-manager-argument-parser)
0 commit comments