Replies: 1 comment 2 replies
-
I guess you are using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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'.
Beta Was this translation helpful? Give feedback.
All reactions