We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e15eb0 commit c54ec88Copy full SHA for c54ec88
src/python/pants/option/alias.py
@@ -51,7 +51,6 @@ class CliOptions(Subsystem):
51
52
This would allow you to run `{bin_name()} green --all-changed`, which is shorthand for
53
`{bin_name()} fmt lint check --changed-since=HEAD --changed-dependents=transitive`.
54
- You can also now run `{bin_name()} test --troubleshoot ::` to debug tests.
55
56
Notice: this option must be placed in a config file (e.g. `pants.toml` or `pantsrc`)
57
to have any effect.
0 commit comments