mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
410 B
410 B
{{#options}}
{{#option "@
filename"}}
Load from filename.
{{/option}}
{{#option "--foo
[bar]"}}
Flag with optional value.
{{/option}}
{{#option "--foo
[=
bar]"}}
Alternate syntax for optional value (with required = for disambiguation).
{{/option}}
{{#option "--split-block
"}}
An option where the description has a block statement that is split across multiple lines
{{/option}}
{{/options}}