logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

coqwc - print the number of specification, proof and comment lines in Coq files

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...

See Also