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 5e3720f commit 30f05f6Copy full SHA for 30f05f6
src/opt.rs
@@ -58,7 +58,7 @@ pub struct Opt {
58
#[structopt(short = "D", long)]
59
pub debug: bool,
60
61
- // Target options
+ // Target
62
#[structopt(short, long, default_value = "8")]
63
pub grain: u8,
64
#[structopt(parse(try_from_str = parse_targets))]
0 commit comments