|
ccollab admin review comment create |
Top Previous Next |
|
Usage: ccollab [global-options] admin review comment create [--annotation --file <value> --line-number <value> --page <value> --x <value> --y <value>] <review> <comment>
create - Create a Comment on a Review
Annotation: --annotation Overall: (default - no extra options necessary) Line: --line-number <number> Coordinate: --page <number> --x <number> --y <number>
Example: ccollab admin review comment create 123 "overall review comment" ccollab admin review comment create 345 --file "foobar.c" --annotation "my annotation" ccollab admin review comment create 567 --file "bizbaz.java" --line-number 36 "comment on a line" |