cargo-docset icon indicating copy to clipboard operation
cargo-docset copied to clipboard

[Draft] CLI args defaults from cargo metadata

Open Robzz opened this issue 2 years ago • 0 comments

First attempt at providing defaults for CLI arguments in cargo manifest metadata.

Remaining things to consider:

  • Should probably namespace the options somewhere like metadata.docset
  • This is currently all read from the workspace metadata, using package metadata probably makes more sense, with workspace metadata as a fallback.

Closes #5

Robzz avatar Sep 21 '22 01:09 Robzz