We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2408a7 commit d71b2bcCopy full SHA for d71b2bc
src/doc/src/reference/external-tools.md
@@ -265,6 +265,10 @@ cargo `(?<command>[^ ]+)` into an invocation of an external tool
265
`cargo-${command}`. The external tool must be present in one of the user's
266
`$PATH` directories.
267
268
+> **Note**: Cargo defaults to prioritizing external tools in `$CARGO_HOME/bin`
269
+> over `$PATH`. Users can override this precedence by adding `$CARGO_HOME/bin`
270
+> to `$PATH`.
271
+
272
When Cargo invokes a custom subcommand, the first argument to the subcommand
273
will be the filename of the custom subcommand, as usual. The second argument
274
will be the subcommand name itself. For example, the second argument would be
0 commit comments