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
When running the command in root of a rust project :
proto_seeder ./src/lib.rs -> does work nicely.
proto_seeder ./src/lib.rs
But running the command on a different location like : /my_project/src
/my_project/src
proto_seeder lib.rs -> does not work.
proto_seeder lib.rs
The way path are handled need to be fixed.
The text was updated successfully, but these errors were encountered:
today I got no import module for seed when generating modules from routes on a mod.rs
mod.rs
Sorry, something went wrong.
I got some typo error again in model string generated in view. There is "_" sometimes.
No branches or pull requests
When running the command in root of a rust project :
proto_seeder ./src/lib.rs
-> does work nicely.But running the command on a different location like :
/my_project/src
proto_seeder lib.rs
-> does not work.The way path are handled need to be fixed.
The text was updated successfully, but these errors were encountered: