<#17715 `help-all` not showing all option scopes> ...
# github-notifications
q
#17715 `help-all` not showing all option scopes New issue created by benjyw When I run Pants from source in the pants repo at `release_2.14.0`:
Copy code
$ ./pants help-all | jq '.scope_to_help_info|length' 
98
When I run in a dummy repo that sets `pants_version=2.14.0`:
Copy code
$ ./pants help-all | jq '.scope_to_help_info|length' 
46
If I run
./pants help-all | jq '.scope_to_help_info|keys
to get the actual keys, the missing ones are:
Copy code
{'pex-binary-defaults', 'java-infer', 'scala', 'python-infer', 'shfmt', 'auth-token-info', 'javac', 'setuptools', 'check-default-tools', 'golang', 'setuptools-scm', 'shell-setup', 'jvm-symbol-map', 'go-test', 'docformatter', 'poetry', 'autoflake', 'mypy', 'setup-py-generation', 'hadolint', 'internal-generate-test-lockfile-fixtures', 'gofmt', 'scalafmt', 'debugpy', 'jvm', 'scalac', 'buildsense', 'docker', 'flake8', 'google-java-format', 'shellcheck', 'toolchain-setup', 'py-constraints', 'pyoxidizer', 'export-codegen', 'pytest', 'java-dump-source-analysis', 'pants-releases', 'graphql', 'scalatest', 'coverage-py', 'coursier', 'twine', 'auth', 'auth-acquire', 'isort', 'ipython', 'scala-dump-source-analysis', 'dockerfile-parser', 'scala-infer', 'auth-token-check', 'junit'}
and I don't see a particular pattern here. Pants version 2.14.x OS MacOS, have not tested linux pantsbuild/pants
u