Replies: 2 comments 2 replies
|
I guess you are using |
2 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I started Loco.rs today. I could make new myapp, but encountered the problem when I did 'cargo loco generate scaffold post title:string content:text'. I'm using Mac Mini Sonoma 14.4.1 cargo v1.77.2.
Pleasee let me know how to do then.
cargo loco generate scaffold post title:string content:text
Finished dev [unoptimized + debuginfo] target(s) in 0.22s
Running
target/debug/myapp-cli generate scaffold post 'title:string' 'content:text'error: unrecognized subcommand 'scaffold'
Usage: myapp-cli generate [OPTIONS]
For more information, try '--help'.
All reactions