You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.about("Invoke the loop closure with two arguments: line, and line number.")
@@ -167,15 +172,15 @@ fn parse_args() -> Args {
167
172
.long("debug")
168
173
)
169
174
.arg(Arg::new("dep")
170
-
.about("Add an additional Cargo dependency. Each SPEC can be either just the package name (which will assume the latest version) or a full `name=version` spec.")
175
+
.about("Add an additional Cargo dependency. Each SPEC can be either just the package name (which will assume the latest version) or a full `name=version` spec.")
171
176
.long("dep")
172
177
.short('d')
173
178
.takes_value(true)
174
179
.multiple(true)
175
180
.number_of_values(1)
176
181
)
177
182
.arg(Arg::new("dep_extern")
178
-
.about("Like `dep`, except that it *also* adds a `#[macro_use] extern crate name;` item for expression and loop scripts. Note that this only works if the name of the dependency and the name of the library it generates are exactly the same.")
183
+
.about("Like `dep`, except that it *also* adds a `#[macro_use] extern crate name;` item for expression and loop scripts. Note that this only works if the name of the dependency and the name of the library it generates are exactly the same.")
0 commit comments