minor UI issue: "parser" specific options are not listed in --help
- Dominant language
- Python
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
e.g.
```
$> tributors init zenodo
Please provide the zenodo doi with --doi
```
but
```
$> tributors init zenodo --help
usage: tributors init [-h] [--force] [--repo REPO]
[{zenodo,allcontrib,codemeta,all} [{zenodo,allcontrib,codemeta,all} ...]]
positional arguments:
{zenodo,allcontrib,codemeta,all}
Metadata file parsers to update or initialize.
optional arguments:
-h, --help show this help message and exit
--force If exists, overwrite existing .all-contributorsrc
--repo REPO The repository URI, if not exported to GITHUB_REPOSITORY
```
I guess `--help` could list options for all the parsers and annotate to which any applies?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.