Describe the bug
The Code Generation guide page is presented as a general reference for the wheels generate command and its available parameters/options. However, the documented attributes and parameter examples appear to only apply to the generate model command.
This makes the documentation misleading because other generators (such as scaffold, controller, migration, property, etc.) are not properly documented or differentiated.
Affected page:
Code Generation Guide
To Reproduce
Steps to reproduce the behavior:
- Open the Code Generation guide page
- Review the documented parameters/options for
wheels generate
- Compare the documented attributes with actual generator behavior for commands such as:
wheels generate scaffold
wheels generate property
wheels generate controller
wheels generate migration
- Observe that the documentation primarily reflects only the generate model command
Expected behavior
The guide should either:
- Clearly document parameters separately for each generator command
OR
- Explicitly state that the listed attributes apply only to
generate model
Each generator should have accurate and command-specific parameter documentation.
Actual behavior
- The page appears to describe the entire generate command ecosystem
- Documented attributes/options only match
generate model
- Other generators are missing parameter documentation or behave differently than described
Desktop:
Describe the bug
The Code Generation guide page is presented as a general reference for the
wheels generatecommand and its available parameters/options. However, the documented attributes and parameter examples appear to only apply to the generate model command.This makes the documentation misleading because other generators (such as scaffold, controller, migration, property, etc.) are not properly documented or differentiated.
Affected page:
Code Generation Guide
To Reproduce
Steps to reproduce the behavior:
wheels generatewheels generate scaffoldwheels generate propertywheels generate controllerwheels generate migrationExpected behavior
The guide should either:
OR
generate modelEach generator should have accurate and command-specific parameter documentation.
Actual behavior
generate modelDesktop: