According to
|
%standard_options = ( |
|
'nosend' => \$nosend, |
|
'config=s' => \$buildconf, |
|
'from-source=s' => \$from_source, |
|
'from-source-clean=s' => \$from_source_clean, |
|
'force' => \$forcerun, |
|
'find-typedefs' => \$find_typedefs, |
|
'keepall!' => \$keepall, # allow --no-keepall |
|
'verbose:i' => \$verbose, |
|
'nostatus' => \$nostatus, |
|
'test' => \$testmode, |
|
'help' => \$help, |
|
'quiet' => \$quiet, |
|
'skip-steps=s' => \$skip_steps, |
|
'only-steps=s' => \$only_steps, |
|
'skip-suites=s' => \$skip_suites, |
|
'config-set=s' => \@config_set, |
|
'schedule=s' => \$schedule, |
|
'tests=s' => \$tests, |
|
'check-warnings!' => \$check_warnings, # allow --nocheck-warnings |
|
'delay-check' => \$delay_check, |
|
'show-error-log' => \$show_error_log, |
|
'avoid-ts-collisions' => \$avoid_ts_collisions, |
|
); |
the following are missing in
--help:
- skip-suites
- config-set
- show-error-log
- avoid-ts-collisions
According to
client-code/PGBuild/Options.pm
Lines 57 to 80 in 45d612b
--help: