Skip to content

Commit

Permalink
Document --local_build option
Browse files Browse the repository at this point in the history
And sort other options.
  • Loading branch information
pjcj committed Dec 30, 2024
1 parent 08329d1 commit 111294f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bin/cpancover
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ cpancover - report coverage statistics on CPAN modules
--generate_html
--compress_old_versions number_to_keep
--local
--local_build
=head1 DESCRIPTION
Expand All @@ -180,19 +181,21 @@ The following command line options are supported:
-h --help - show help
-i --info - show documentation
-v --version - show version
--collect - collect coverage from modules (on)
--compress_old_versions - compress data older than n versions (3)
--directory - location of the modules ($cwd)
--dryrun - don't execute (for some commands) (off)
--force - recollect coverage (off)
--generate_html - generate html (off)
--local - use local (uninstalled) code (off)
--local_build - build coveraage for all the modules (off)
--modules - modules to use (all in $dir)
--outputdir - where to store output ($directory)
--outputfile - top level index (coverage.html)
--redo_cpancover_html - don't set default modules (off)
--redo_html - force html generation for modules (off)
--report - report to use (html_basic)
--generate_html - generate html (off)
--compress_old_versions - compress data older than n versions (3)
--local - use local (uninstalled) code (off)
=head1 DETAILS
Expand Down

0 comments on commit 111294f

Please sign in to comment.