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 54bd30a commit 7a3b53eCopy full SHA for 7a3b53e
src/bin/cratesfyi.rs
@@ -115,7 +115,9 @@ pub fn main() {
115
.about("Updates search index"))
116
.subcommand(SubCommand::with_name("delete-crate")
117
.about("Removes a whole crate from the database")
118
- .arg(Arg::with_name("CRATE_NAME").help("Name of the crate to delete"))))
+ .arg(Arg::with_name("CRATE_NAME")
119
+ .takes_value(true)
120
+ .help("Name of the crate to delete"))))
121
.subcommand(SubCommand::with_name("queue")
122
.about("Interactions with the build queue")
123
.subcommand(SubCommand::with_name("add")
0 commit comments