<#18500 `help backends` and `help-advanced backend...
# github-notifications
c
#18500 `help backends` and `help-advanced backends` show the same content (both include preview/experimental backends) Issue created by cognifloyd Describe the bug Under the
help
goal:
help backends
and
help-advanced backends
show the same content (both include preview/experimental backends). Only the
-advanced
variant should show the preview/experimental backends (according to the
help
output).
Copy code
Usage:
  ...
  ./pants help backends                      List all available backends.
  ./pants help-advanced backends             List all backends, including experimental/preview.
  ...
Either remove the experimental/preview backends from the
help backends
view, or just remove the
help-advanced
version. Pants version 2.16.0a0 OS Both pantsbuild/pants