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 ed5c050 commit 242dc33Copy full SHA for 242dc33
src/bin/cratesfyi.rs
@@ -115,6 +115,7 @@ pub fn main() {
115
.about("Removes a whole crate from the database")
116
.arg(Arg::with_name("CRATE_NAME")
117
.takes_value(true)
118
+ .required(true)
119
.help("Name of the crate to delete"))))
120
.subcommand(SubCommand::with_name("queue")
121
.about("Interactions with the build queue")
0 commit comments