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 4d0e13c commit f949c1bCopy full SHA for f949c1b
src/bin/cratesfyi.rs
@@ -141,7 +141,7 @@ pub fn main() {
141
.long("priority")
142
.help("Priority of build (default: 5) (new crate builds get priority 0)")
143
.takes_value(true)))
144
- .subcommand(SubCommand::with_name("priority")
+ .subcommand(SubCommand::with_name("default-priority")
145
.about("Interactions with build queue priorities")
146
.setting(AppSettings::ArgRequiredElseHelp)
147
.subcommand(SubCommand::with_name("set")
0 commit comments