cargo/src/doc/man/includes/options-targets-lib-bin-example.md
2021-08-24 17:44:58 +08:00

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}}