An open API service indexing awesome lists of open source software.

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.

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