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

Fix ./pants help $goal showing the goal in "related subsystems" #10754

Conversation

Eric-Arellano
Copy link
Contributor

Before:

▶ ./pants help target-types

`target-types` goal options
---------------------------

List all the registered target types, including custom plugin types.

Config section: [target-types]

...
  --target-types-details=<target_type>
  PANTS_TARGET_TYPES_DETAILS
  details
      default: None
      current value: None
      List all of the target type's registered fields.


Related subsystems: target-types

After:

▶ ./pants help target-types

`target-types` goal options
---------------------------

List all the registered target types, including custom plugin types.

Config section: [target-types]

...

  --target-types-details=<target_type>
  PANTS_TARGET_TYPES_DETAILS
  details
      default: None
      current value: None
      List all of the target type's registered fields.

[ci skip-build-wheels]
[ci skip-rust]

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 166356b on Eric-Arellano:fix-related-subsystem-self-reference into 98f9ca1 on pantsbuild:master.

@Eric-Arellano Eric-Arellano merged commit 602fe86 into pantsbuild:master Sep 10, 2020
@Eric-Arellano Eric-Arellano deleted the fix-related-subsystem-self-reference branch September 10, 2020 22:14
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

Successfully merging this pull request may close these issues.

None yet

3 participants