Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] CLI args defaults from cargo metadata #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Robzz
Copy link
Owner

@Robzz Robzz commented Sep 21, 2022

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 Robzz added this to the v0.4.0 milestone Sep 21, 2022
@Robzz Robzz force-pushed the feature/manifest_metadata branch 3 times, most recently from 1ddef2d to 2e0c0a9 Compare September 26, 2022 04:03
First attempt at providing defaults for CLI arguments in cargo manifest
metadata.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read generation options from toml file
1 participant