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 0b52640 commit e9bc8c7Copy full SHA for e9bc8c7
crates/cli/src/main.rs
@@ -54,7 +54,7 @@ enum Commands {
54
tag: Option<String>,
55
#[clap(short, long, value_parser, num_args = 1.., value_delimiter = ' ')]
56
features: Option<Vec<String>>,
57
- }
+ },
58
}
59
60
#[tokio::main]
0 commit comments