Experimental Features
Learn about ArgumentParser’s experimental features.
Overview
Command-line programs built using ArgumentParser
may include some built-in experimental features, available with the prefix --experimental
. These features should not be considered stable while still prefixed, as future releases may change their behavior or remove them.
If you have any feedback on experimental features, please open a GitHub issue.
List of Experimental Features
Name | Description | related PRs | Version |
---|---|---|---|
--experimental-dump-help | Dumps command/argument/help information as JSON | #310 #335 | 0.5.0 or newer |