Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some CLI options are missing in the help output #35

Open
wolfgangwalther opened this issue Mar 25, 2024 · 1 comment
Open

Some CLI options are missing in the help output #35

wolfgangwalther opened this issue Mar 25, 2024 · 1 comment

Comments

@wolfgangwalther
Copy link
Contributor

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
@wolfgangwalther
Copy link
Contributor Author

It would also be good to document that --from-source implies --nostatus and --nosend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant