Skip to content

Some CLI options are missing in the help output #35

@wolfgangwalther

Description

@wolfgangwalther

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions