coqwc - print the number of specification, proof and comment lines in Coq files
Contents
Bugs
Please report any bug to https://github.com/coq/coq/issues.
COQWC(1)
Description
coqwc computes the number of specification lines, proof lines and comment lines in Coq files.
Name
coqwc - print the number of specification, proof and comment lines in Coq files
Options
-p Print the percentage of comments.
-s Print only the number of specification lines.
-r Print only the number of proof lines.
-e Do not skip headers.
Synopsis
coqwc [ -p ] [ -s ] [ -r ] [ -e ] files...
