This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Flag: plugin path #136
Closed
Description
This issue is part of #125
--plugin-path
: loading plugins
Using this flag looks like this:
$ rustdoc src/lib.rs --plugin-path=/path/to/plugins
Similar to --library-path
, but for plugins. For more, see
the chapter on plugins.
See also: --plugins
.
Should we keep this flag or not?