The command has inconsistent behavior depending of the current path
arn-the-long-beard opened this issue · 2 comments
arn-the-long-beard commented
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.
arn-the-long-beard commented
today I got no import module for seed when generating modules from routes on a mod.rs
arn-the-long-beard commented
I got some typo error again in model string generated in view. There is "_" sometimes.