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
95
95
glob patterns like ` * ` , ` ? ` and ` [] ` . However, to avoid your shell accidentally
96
96
expanding glob patterns before Cargo handles them, you must use single quotes or
97
97
double quotes around each pattern.
98
- {{/option}}
99
98
100
99
Selecting more than one package with this option is unstable and available only
101
100
on the
102
101
[ nightly channel] ( https://doc.rust-lang.org/book/appendix-07-nightly-rust.html )
103
102
and requires the ` -Z package-workspace ` flag to enable.
104
103
See < https://github.com/rust-lang/cargo/issues/10948 > for more information.
104
+ {{/option}}
105
105
106
106
{{#option "` --workspace ` " }}
107
107
{{actionverb}} all members in the workspace.
Original file line number Diff line number Diff line change @@ -99,15 +99,12 @@ OPTIONS
99
99
them, you must use single quotes or double quotes around each
100
100
pattern.
101
101
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.
111
108
112
109
--workspace
113
110
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.
102
102
SPEC format. This flag may be specified multiple times and supports common Unix
103
103
glob patterns like <code >* </code >, <code >?</code > and <code >[ ] </code >. However, to avoid your shell accidentally
104
104
expanding 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
109
107
on 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
+
113
112
114
113
<dt class =" option-term " id =" option-cargo-publish---workspace " ><a class =" option-anchor " href =" #option-cargo-publish---workspace " ></a ><code >--workspace</code ></dt >
115
114
<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
113
113
glob patterns like \fB * \fR , \fB ? \fR and \fB [] \fR \& . However, to avoid your shell accidentally
114
114
expanding glob patterns before Cargo handles them, you must use single quotes or
115
115
double quotes around each pattern.
116
- .RE
116
+ .sp
117
117
Selecting more than one package with this option is unstable and available only
118
118
on 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
122
123
.sp
123
124
\fB \-\- workspace \fR
124
125
.RS 4
You can’t perform that action at this time.
0 commit comments