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

cargo neon init: unexpected argument '--pg-version' found #10441

Open
PokIsemaine opened this issue Jan 18, 2025 · 1 comment
Open

cargo neon init: unexpected argument '--pg-version' found #10441

PokIsemaine opened this issue Jan 18, 2025 · 1 comment
Labels
external A PR or Issue is created by an external user m/good_first_issue Moment: when doing your first Neon contributions t/bug Issue Type: Bug

Comments

@PokIsemaine
Copy link

Steps to reproduce

README Running local installation: More advanced usages can be found at Control Plane and Neon Local.

cargo neon init --pg-version 16

Expected result

Successfully initialized with pg 16

Actual result

error: unexpected argument '--pg-version' found

Environment

Ubuntu 24.04 LTS

Logs, links

zsl@vm:~/neon$ cargo neon init --pg-version 16
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
     Running `target/debug/neon_local init --pg-version 16`
error: unexpected argument '--pg-version' found

Usage: neon_local init [OPTIONS]

For more information, try '--help'.
@PokIsemaine PokIsemaine added the t/bug Issue Type: Bug label Jan 18, 2025
@github-actions github-actions bot added the external A PR or Issue is created by an external user label Jan 18, 2025
@jcsp
Copy link
Collaborator

jcsp commented Jan 20, 2025

Looks like a straightforward bug in the readme -- there is no such --pg-version arg to init.

@jcsp jcsp added the m/good_first_issue Moment: when doing your first Neon contributions label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external A PR or Issue is created by an external user m/good_first_issue Moment: when doing your first Neon contributions t/bug Issue Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants