Skip to content

Commit 7a3b53e

Browse files
pietroalbiniJoshua Nelson
andcommitted
Update src/bin/cratesfyi.rs
Co-Authored-By: Joshua Nelson <joshua@yottadb.com>
1 parent 54bd30a commit 7a3b53e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/cratesfyi.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ pub fn main() {
115115
.about("Updates search index"))
116116
.subcommand(SubCommand::with_name("delete-crate")
117117
.about("Removes a whole crate from the database")
118-
.arg(Arg::with_name("CRATE_NAME").help("Name of the crate to delete"))))
118+
.arg(Arg::with_name("CRATE_NAME")
119+
.takes_value(true)
120+
.help("Name of the crate to delete"))))
119121
.subcommand(SubCommand::with_name("queue")
120122
.about("Interactions with the build queue")
121123
.subcommand(SubCommand::with_name("add")

0 commit comments

Comments
 (0)