mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
559 B
559 B
{{#option "--lib
" }}
{{actionverb}} the package's library.
{{/option}}
{{#option "--bin
name..." }}
{{actionverb}} the specified binary. This flag may be specified multiple times
and supports common Unix glob patterns.
{{/option}}
{{#option "--bins
" }}
{{actionverb}} all binary targets.
{{/option}}
{{#option "--example
name..." }}
{{actionverb}} the specified example. This flag may be specified multiple times
and supports common Unix glob patterns.
{{/option}}
{{#option "--examples
" }}
{{actionverb}} all examples targets.
{{/option}}