File tree Expand file tree Collapse file tree 4 files changed +18
-21
lines changed Expand file tree Collapse file tree 4 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ SPEC format. This flag may be specified multiple times and supports common Unix
9595glob patterns like ` * ` , ` ? ` and ` [] ` . However, to avoid your shell accidentally
9696expanding glob patterns before Cargo handles them, you must use single quotes or
9797double quotes around each pattern.
98- {{/option}}
9998
10099Selecting more than one package with this option is unstable and available only
101100on the
102101[ nightly channel] ( https://doc.rust-lang.org/book/appendix-07-nightly-rust.html )
103102and requires the ` -Z package-workspace ` flag to enable.
104103See < https://github.com/rust-lang/cargo/issues/10948 > for more information.
104+ {{/option}}
105105
106106{{#option "` --workspace ` " }}
107107{{actionverb}} all members in the workspace.
Original file line number Diff line number Diff line change @@ -99,15 +99,12 @@ OPTIONS
9999 them, you must use single quotes or double quotes around each
100100 pattern.
101101
102- Selecting more than one package with this option is unstable and available only
103-
104- on the
105-
106- [nightly channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html)
107-
108- and requires the `-Z package-workspace` flag to enable.
109-
110- See <https://github.com/rust-lang/cargo/issues/10948> for more information.
102+ Selecting more than one package with this option is unstable and
103+ available only on the nightly channel
104+ <https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
105+ requires the -Z package-workspace flag to enable. See
106+ <https://github.com/rust-lang/cargo/issues/10948> for more
107+ information.
111108
112109 --workspace
113110 Publish all members in the workspace.
Original file line number Diff line number Diff line change @@ -102,14 +102,13 @@ See <https://github.com/rust-lang/cargo/issues/10948> for more information.
102102SPEC format. This flag may be specified multiple times and supports common Unix
103103glob patterns like <code >* </code >, <code >?</code > and <code >[ ] </code >. However, to avoid your shell accidentally
104104expanding glob patterns before Cargo handles them, you must use single quotes or
105- double quotes around each pattern.</dd >
106-
107-
108- Selecting more than one package with this option is unstable and available only
105+ double quotes around each pattern.</p >
106+ <p >Selecting more than one package with this option is unstable and available only
109107on the
110- [ nightly channel] ( https://doc.rust-lang.org/book/appendix-07-nightly-rust.html )
111- and requires the ` -Z package-workspace ` flag to enable.
112- See < https://github.com/rust-lang/cargo/issues/10948 > for more information.
108+ <a href =" https://doc.rust-lang.org/book/appendix-07-nightly-rust.html " >nightly channel</a >
109+ and requires the <code >-Z package-workspace</code > flag to enable.
110+ See <a href =" https://github.com/rust-lang/cargo/issues/10948 " >https://github.com/rust-lang/cargo/issues/10948 </a > for more information.</dd >
111+
113112
114113<dt class =" option-term " id =" option-cargo-publish---workspace " ><a class =" option-anchor " href =" #option-cargo-publish---workspace " ></a ><code >--workspace</code ></dt >
115114<dd class =" option-desc " >Publish all members in the workspace.</p >
Original file line number Diff line number Diff line change @@ -113,12 +113,13 @@ SPEC format. This flag may be specified multiple times and supports common Unix
113113glob patterns like \fB * \fR , \fB ? \fR and \fB [] \fR \& . However, to avoid your shell accidentally
114114expanding glob patterns before Cargo handles them, you must use single quotes or
115115double quotes around each pattern.
116- .RE
116+ .sp
117117Selecting more than one package with this option is unstable and available only
118118on the
119- [nightly channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html)
120- and requires the `-Z package-workspace` flag to enable.
121- See <https://github.com/rust-lang/cargo/issues/10948> for more information.
119+ \fI nightly channel \fR <https://doc.rust\- lang.org/book/appendix\- 07\- nightly\- rust.html>
120+ and requires the \fB \- Z package \- workspace \fR flag to enable.
121+ See <https://github.com/rust\- lang/cargo/issues/10948> for more information.
122+ .RE
122123.sp
123124\fB \-\- workspace \fR
124125.RS 4
You can’t perform that action at this time.
0 commit comments