Skip to content

Commit 242dc33

Browse files
Koenraad VerheydenJoshua Nelson
authored andcommitted
Make parameter of 'cratesfyi database delete-crate' required
1 parent ed5c050 commit 242dc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cratesfyi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pub fn main() {
115115
.about("Removes a whole crate from the database")
116116
.arg(Arg::with_name("CRATE_NAME")
117117
.takes_value(true)
118+
.required(true)
118119
.help("Name of the crate to delete"))))
119120
.subcommand(SubCommand::with_name("queue")
120121
.about("Interactions with the build queue")

0 commit comments

Comments
 (0)