Browse Source

Merge pull request #1688 from ferd/update-manpages

Update manpages
pull/1692/head
Fred Hebert 7 years ago
committed by GitHub
parent
commit
e11d9d8992
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions
  1. +13
    -3
      manpages/rebar3.1

+ 13
- 3
manpages/rebar3.1 View File

@ -65,14 +65,16 @@ Remove compiled beam files from apps.
\fBcompile\fR \fBcompile\fR
Compile apps .app.src and .erl files. Compile apps .app.src and .erl files.
.TP .TP
\fBcover\fR [\fI-r\fR|\fI--reset\fR] [\fI-v\fR|\fI--verbose\fR]
\fBcover\fR [\fI-r\fR|\fI--reset\fR] [\fI-v\fR|\fI--verbose\fR] [\fI-m\fR|\fI--min_coverage\fR]
Perform coverage analysis. Perform coverage analysis.
.IP .IP
\fI--reset\fR: Reset all coverdata. \fI--reset\fR: Reset all coverdata.
.IP .IP
\fI--verbose\fR: Print coverage analysis. \fI--verbose\fR: Print coverage analysis.
.IP
\fI--min_coverage\fR: Mandate a coverage percentage required to succeed (0..100)
.TP .TP
\fBct\fR [\fI--dir\fR] [\fI--suite\fR] [\fI--group\fR] [\fI--case\fR] [\fI--label\fR] [\fI--config\fR] [\fI--spec\fR] [\fI--join_specs\fR] [\fI--allow_user_terms\fR] [\fI--logdir\fR] [\fI--logopts\fR] [\fI--verbosity\fR] [\fI-c\fR|\fI--cover\fR] [\fI--repeat\fR] [\fI--duration\fR] [\fI--until\fR] [\fI--force_stop\fR] [\fI--basic_html\fR] [\fI--stylesheet\fR] [\fI--decrypt_key\fR] [\fI--decrypt_file\fR] [\fI--abort_if_missing_suites\fR] [\fI--multiply_timetraps\fR] [\fI--scale_timetraps\fR] [\fI--create_priv_dir\fR] [\fI--include\fR] [\fI--readable\fR] [\fI-v\fR|\fI--verbose\fR] [\fI--name\fR] [\fI--sname\fR] [\fI--setcookie\fR] [\fI--sys_config\fR]
\fBct\fR [\fI--dir\fR] [\fI--suite\fR] [\fI--group\fR] [\fI--case\fR] [\fI--label\fR] [\fI--config\fR] [\fI--spec\fR] [\fI--join_specs\fR] [\fI--allow_user_terms\fR] [\fI--logdir\fR] [\fI--logopts\fR] [\fI--verbosity\fR] [\fI-c\fR|\fI--cover\fR] [\fI--cover_export_name\fR] [\fI--repeat\fR] [\fI--duration\fR] [\fI--until\fR] [\fI--force_stop\fR] [\fI--basic_html\fR] [\fI--stylesheet\fR] [\fI--decrypt_key\fR] [\fI--decrypt_file\fR] [\fI--abort_if_missing_suites\fR] [\fI--multiply_timetraps\fR] [\fI--scale_timetraps\fR] [\fI--create_priv_dir\fR] [\fI--include\fR] [\fI--readable\fR] [\fI-v\fR|\fI--verbose\fR] [\fI--name\fR] [\fI--sname\fR] [\fI--setcookie\fR] [\fI--sys_config\fR] [\fI--compile_only\fR] [\fI--retry\fR]
Run Common Tests. Run Common Tests.
.IP .IP
\fI--dir\fR: List of additional directories containing test suites \fI--dir\fR: List of additional directories containing test suites
@ -101,6 +103,8 @@ Run Common Tests.
.IP .IP
\fI--cover\fR: Generate cover data \fI--cover\fR: Generate cover data
.IP .IP
\fI--cover_export_name\fR: Base name of the coverdata file to write
.IP
\fI--repeat\fR: How often to repeat tests \fI--repeat\fR: How often to repeat tests
.IP .IP
\fI--duration\fR: Max runtime (format: HHMMSS) \fI--duration\fR: Max runtime (format: HHMMSS)
@ -138,6 +142,10 @@ Run Common Tests.
\fI--setcookie\fR: Sets the cookie if the node is distributed \fI--setcookie\fR: Sets the cookie if the node is distributed
.IP .IP
\fI--sys_config\fR: List of application config files \fI--sys_config\fR: List of application config files
.IP
\fI--compile_only\fR: Compile modules in the project with the test configuration but do not run the tests
.IP
\fI--retry\fR: Experimental feature. If any specification for previously failing test is found, runs them.
.TP .TP
\fBdeps\fR \fBdeps\fR
List dependencies List dependencies
@ -158,7 +166,7 @@ Generate documentation using edoc.
\fBescriptize\fR \fBescriptize\fR
Generate escript archive. Generate escript archive.
.TP .TP
\fBeunit\fR [\fI--app\fR] [\fI--application\fR] [\fI-c\fR|\fI--cover\fR] [\fI-d\fR|\fI--dir\fR] [\fI-f\fR|\fI--file\fR] [\fI-m\fR|\fI--module\fR] [\fI-s\fR|\fI--suite\fR] [\fI-v\fR|\fI--verbose\fR] [\fI--name\fR] [\fI--sname\fR] [\fI--setcookie\fR]
\fBeunit\fR [\fI--app\fR] [\fI--application\fR] [\fI-c\fR|\fI--cover\fR] [\fI--cover_export_name\fR] [\fI-d\fR|\fI--dir\fR] [\fI-f\fR|\fI--file\fR] [\fI-m\fR|\fI--module\fR] [\fI-s\fR|\fI--suite\fR] [\fI-v\fR|\fI--verbose\fR] [\fI--name\fR] [\fI--sname\fR] [\fI--setcookie\fR]
Run EUnit Tests. Run EUnit Tests.
.IP .IP
\fI--app\fR: Comma separated list of application test suites to run. Equivalent to `[{application, App}]`. \fI--app\fR: Comma separated list of application test suites to run. Equivalent to `[{application, App}]`.
@ -167,6 +175,8 @@ Run EUnit Tests.
.IP .IP
\fI--cover\fR: Generate cover data. Defaults to false. \fI--cover\fR: Generate cover data. Defaults to false.
.IP .IP
\fI--cover_export_name\fR: Base name of the coverdata file to write
.IP
\fI--dir\fR: Comma separated list of dirs to load tests from. Equivalent to `[{dir, Dir}]`. \fI--dir\fR: Comma separated list of dirs to load tests from. Equivalent to `[{dir, Dir}]`.
.IP .IP
\fI--file\fR: Comma separated list of files to load tests from. Equivalent to `[{file, File}]`. \fI--file\fR: Comma separated list of files to load tests from. Equivalent to `[{file, File}]`.

Loading…
Cancel
Save