https://github.com/larseggert/idcomments
Extract comments from an Internet-Draft with interspersed review comments.
https://github.com/larseggert/idcomments
comment discuss i-d ietf internet-draft review
Last synced: 6 months ago
JSON representation
Extract comments from an Internet-Draft with interspersed review comments.
- Host: GitHub
- URL: https://github.com/larseggert/idcomments
- Owner: larseggert
- License: other
- Created: 2021-03-16T18:21:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T18:28:21.000Z (about 5 years ago)
- Last Synced: 2025-02-28T12:21:41.084Z (over 1 year ago)
- Topics: comment, discuss, i-d, ietf, internet-draft, review
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
Awesome Lists containing this project
README
# idcomments
Extract comments from an Internet-Draft with interspersed review comments.
Comments have to follow the text to which they apply without intervening blank
lines. The first comment line has to start with a comment tag, and following
comment lines has to be tab-indented. A comment ends with the first blank line.
The comment tag is by default `COMMENT:`, but the tag word is configurable with
the `-t` switch.
## Usage
``` shell
idcomments [OPTIONS] ... REVIEW
```
## Options
* `-h`, `--help`
Show this help, then exit
* `-t`, `--tag`
Use the provided tag string instead of `COMMENT:`
* `-V`, `--version`
Show program version, then exit