Skip to content

Commit

Permalink
docs: remove reference to `use_deprecated_directory_cli_args_semantic…
Browse files Browse the repository at this point in the history
…s` (pantsbuild#20041)

This options was removed in 2.15 by pantsbuild#16630.
  • Loading branch information
cburroughs authored Oct 17, 2023
1 parent 5ebdc41 commit dc71289
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/markdown/Using Pants/concepts/goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ You can address targets from the root of the repository by using plain `::` and

To ignore something, prefix the argument with `-`. For example, `pants test :: -project/integration_tests` will run all your tests except for those in the directory `project/integration_tests` and `pants package project:: -project:` will package all targets in the subdirectories of the `project` directory, recursively, except for those declared directly under the `project` directory.

> 🚧 Set `[GLOBAL].use_deprecated_directory_cli_args_semantics = false` in `pants.toml`
>
> This will become the default in Pants 2.14.
> 📘 Tip: advanced target selection, such as running over changed files
>
> See [Advanced target selection](doc:advanced-target-selection) for alternative techniques to specify which files/targets to run on.
Expand Down

0 comments on commit dc71289

Please sign in to comment.