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
A bug happened! The command you list in README bp new rusty-ferris-club/rust-starter my-project is not working I get this error:
bp new rusty-ferris-club/rust-starter my-project
` bp new rusty-ferris-club/rust-starter my-project error: Found argument 'my-project' which wasn't expected, or isn't valid in this context
USAGE: bp [OPTIONS] [ARGS] [SUBCOMMAND]
For more information try --help`
I even tried to make sure I'm on stable rustup, and my env is ok. not sure why I can't scaffold a cli proj.
macOS
1. brew tap rusty-ferris-club/tap && brew install backpack 2. bp new rusty-ferris-club/rust-starter my-project
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
A bug happened!
The command you list in README
bp new rusty-ferris-club/rust-starter my-project
is not working I get this error:` bp new rusty-ferris-club/rust-starter my-project
error: Found argument 'my-project' which wasn't expected, or isn't valid in this context
USAGE:
bp [OPTIONS] [ARGS] [SUBCOMMAND]
For more information try --help`
I even tried to make sure I'm on stable rustup, and my env is ok. not sure why I can't scaffold a cli proj.
What type of Operating System?
macOS
Steps to produce this issue.
1. brew tap rusty-ferris-club/tap && brew install backpack 2. bp new rusty-ferris-club/rust-starter my-project
The text was updated successfully, but these errors were encountered: