Skip to content

Commit 403d34d

Browse files
authored
Add new documentation for experimental features (#360)
1 parent 9e14482 commit 403d34d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Experimental Features
2+
Learn about what experimental features ArgumentParser has.
3+
4+
## Overview
5+
ArgumentParser has some built-in experimental features and they are available with the prefix `--experimental`. If you have any feedback on the experimental features, please open an issue.
6+
7+
## List of experimental features
8+
### Experimental Flags
9+
| Name | Description | related PRs | Version |
10+
| ------------- | ------------- | ------------- | ------------- |
11+
| `--experimental-dump-help` | Dumps command/argument/help information as JSON | [#310](https://github.com/apple/swift-argument-parser/pull/310) [#335](https://github.com/apple/swift-argument-parser/pull/335) | 0.5.0 or newer |

0 commit comments

Comments
 (0)