Skip to content

README.md wrong syntax in example: feature => features #269

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

Closed
aisbergde opened this issue Sep 2, 2020 · 1 comment
Closed

README.md wrong syntax in example: feature => features #269

aisbergde opened this issue Sep 2, 2020 · 1 comment

Comments

@aisbergde
Copy link

The syntax in the example is wrong

D:\Repos\GitHub\sqlparser-rs\examples>cargo run --feature json_example --example cli FILENAME.sql
error: Found argument '--feature' which wasn't expected, or isn't valid in this context
Did you mean --features?

USAGE:
cargo.exe run --features ...

For more information try --help

it should be --features

I never used Rust before. I don't plane to be a rust developer, I am a database specialist. But of course I am ready to learn some basics. That's why examples are important and it should be easy to use them.

You could add some more first step documentation:

  • install rust using rustup
  • use the examples by calling: ...
  • what to do to convert the example script into an application which can be uses outside the current project
@nickolay
Copy link
Contributor

nickolay commented Sep 7, 2020

Thanks, I fixed the typo in the README.

If you're willing to submit specific improvements in a PR, that would be welcome as well!

I don't think we're ready to be marketed to people, who are not ready to learn Rust, yet, as we only have enough manpower to merge PRs.

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

No branches or pull requests

2 participants