- 
  Notifications
 You must be signed in to change notification settings 
- Fork 962
-
Hello, thanks for great library!
Recently I started adding library to my pet project.
I created a config file; migrations, db and queries dirs.
Then I added several files with queries to tables and called the sql generate.
The CLI finished without any warning and errors; but successfully gens code for all models, but did not generate methods for working with the base.
For a long time I could not understand what the error was until I copied the example from the readme.
The problem was the forgotten space between the hyphens and the keyword name: (--name instead of -- name)
How do you think will be usefull to log warning message if files with qeries were found, but nothing was generated for them?
Beta Was this translation helpful? Give feedback.