From: Ian Jackson Date: Fri, 18 Jun 2021 15:35:05 +0000 (+0100) Subject: README.md: Document subcommand prop linkfarm-shallow X-Git-Tag: nailing-cargo/1.0.0~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e24a9c863628766bcb0dda028e6272bf34a18e81;p=nailing-cargo.git README.md: Document subcommand prop linkfarm-shallow Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 2ed7605..1ebddd6 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ WASM="wasm32-unknown-unknown" * `edits`: The purpose of this subcommand is to edit the source tree. Enables `--edit-sources` mode. * `!target`: cargo would reject `--target=`; in this case nailing-cargo's `-T` option is ineffective. * `!target-dir`: cargo would reject `--target-dir`, so don't pass it. (Usually we pass `--target-dir=target` when we pass `--manifest-path`, since cargo's default is `target` in the same directory as `Cargo.toml`.) + * `linkfarm-shallow`: Make the default be `--linkfarm=shallow`. This is the default for `miri` and can also be used for other subcommands which do not understandg `--manifest-path` properly. There are also some properties which should not be needed, but are provided for completeness. Do not use these to solve the problem