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
clone-sdk
proto-compiler
Proto-compiler's Readme instruct us to use the command:
$ cargo run -- clone-sdk --out /tmp/sdk --commit ce3994020a0d5c246016c8832ba4a668e8b7c77b
Which yield:
Unrecognized argument: --out
Instead, one should use --path with tu current version.
--path
Master at the time of writing
db44b16
cd proto-compiler and then cargo run -- clone-sdk --out /tmp/sdk --commit ce3994020a0d5c246016c8832ba4a668e8b7c77b
cd proto-compiler
cargo run -- clone-sdk --out /tmp/sdk --commit ce3994020a0d5c246016c8832ba4a668e8b7c77b
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Crate
proto-compiler
Summary of Bug
Proto-compiler's Readme instruct us to use the command:
Which yield:
Instead, one should use
--path
with tu current version.Version
Master at the time of writing
db44b16
Steps to Reproduce
cd proto-compiler
and thencargo run -- clone-sdk --out /tmp/sdk --commit ce3994020a0d5c246016c8832ba4a668e8b7c77b
For Admin Use
The text was updated successfully, but these errors were encountered: