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

proto-compiler clone-sdk command takes --path instead of --out #419

Closed
5 tasks
CharlyCst opened this issue Nov 25, 2020 · 0 comments · Fixed by #420
Closed
5 tasks

proto-compiler clone-sdk command takes --path instead of --out #419

CharlyCst opened this issue Nov 25, 2020 · 0 comments · Fixed by #420

Comments

@CharlyCst
Copy link
Contributor

Crate

proto-compiler

Summary of Bug

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.

Version

Master at the time of writing

db44b16

Steps to Reproduce

cd proto-compiler and then cargo run -- clone-sdk --out /tmp/sdk --commit ce3994020a0d5c246016c8832ba4a668e8b7c77b


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
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 a pull request may close this issue.

1 participant