Skip to content

Commit 9c47138

Browse files
author
Anton Leuski
committed
Merge branch 'main' of github.com:apple/swift-argument-parser
* 'main' of github.com:apple/swift-argument-parser: (114 commits) Fix `AsyncParseableCommand` hierarchy (apple#436) Add experimental manual page generation (apple#332) Improving edit distance string extension (apple#446) List valid options in error messages for enum array argument (apple#445) Remove LinuxMain.swift (apple#367) Hide hidden subcommands from completions (apple#443) Update changelog for 1.1.2 release (apple#441) Fix error message for @option array without values (apple#435) Fix Repeat's endless printing (apple#437) build: statically link ArgumentParserToolInfo always (apple#424) Update changelog for the 1.1.1 release (apple#428) build: complete the changes from apple#423 (apple#425) Remove platform requirement from Package.swift (apple#427) build: repair the build after apple#404 (apple#423) Fix broken links/incorrect variance calculation (apple#422) Update changelog for the 1.1.0 release (apple#421) Update documentation (apple#420) Make `@OptionGroup(visibility:)` a public API (apple#419) Support an `async` entry point for commands (apple#404) Fix a typo and template links (apple#418) ...
2 parents 95a72d6 + c61fc0f commit 9c47138

File tree

139 files changed

+10572
-1744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+10572
-1744
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Replace this paragraph with a description of your changes and rationale. Provide
1717
### Checklist
1818
- [ ] I've added at least one test that validates that my change is working, if appropriate
1919
- [ ] I've followed the code style of the rest of the project
20-
- [ ] I've read the [Contribution Guidelines](CONTRIBUTING.md)
20+
- [ ] I've read the [Contribution Guidelines](https://github.com/apple/swift-argument-parser/blob/main/CONTRIBUTING.md)
2121
- [ ] I've updated the documentation if necessary

.github/PULL_REQUEST_TEMPLATE/NEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ What is the impact of this change on existing users? Does it deprecate or remove
3232
### Checklist
3333
- [ ] I've added at least one test that validates that my change is working, if appropriate
3434
- [ ] I've followed the code style of the rest of the project
35-
- [ ] I've read the [Contribution Guidelines](CONTRIBUTING.md)
35+
- [ ] I've read the [Contribution Guidelines](https://github.com/apple/swift-argument-parser/blob/main/CONTRIBUTING.md)
3636
- [ ] I've updated the documentation if necessary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/Packages
44
/*.xcodeproj
55
.swiftpm
6+
.vscode
67
.*.sw?

.xcodesamplecode.plist

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)