We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--base-git <repo>
With --rev, --tag, --branch flags so someone can compare the API against a repo
--rev
--tag
--branch
This would be exclusive with #50
The text was updated successfully, but these errors were encountered:
When cargo loads git repos, it recursively walks the whole repo, identifying all Cargo.toml files.
Cargo.toml
Sorry, something went wrong.
--base-manifest-path <path>
-Z
I forgot that the person is already in the repo. We don't need a --baseline-git flag, only --baseline-rev, etc
--baseline-git
--baseline-rev
feat(cli): Use a local git rev as a baseline
848b21e
Fixes obi1kenobi#51
6703d44
Fixes #51
Successfully merging a pull request may close this issue.
With
--rev
,--tag
,--branch
flags so someone can compare the API against a repoThis would be exclusive with #50
The text was updated successfully, but these errors were encountered: