Feature #31482
Usage of "./flow3 kickstart:model" should be better
| Status: | Resolved | Start date: | 2011-11-01 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Bastian Waidelich | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
./flow3 help kickstart:model
Outputs
USAGE:
./flow3 kickstart:model [<options>] <package key> <model name>
Should be something like
USAGE:
./flow3 kickstart:model [<options>] <package key> <model name> [<argument:type>]...
History
Updated by Karsten Dambekalns over 1 year ago
- Project changed from TYPO3 Flow Base Distribution to TYPO3.Kickstart
Updated by Bastian Waidelich 6 months ago
- Status changed from New to Resolved
- Assignee set to Bastian Waidelich
- % Done changed from 0 to 100
Dietrich Heise wrote:
USAGE: ./flow3 kickstart:model [<options>] <package key> <model name>
Should be something like
USAGE: ./flow3 kickstart:model [<options>] <package key> <model name> [<argument:type>]...
This is already the case. Help of the kickstart:model command:
Kickstart a new domain model COMMAND: typo3.kickstart:kickstart:model USAGE: ./flow kickstart:model [<options>] <package key> <model name> ARGUMENTS: --package-key The package key of the package for the domain model --model-name The name of the new domain model class OPTIONS: --force Overwrite any existing model. DESCRIPTION: This command generates a new domain model class. The fields are specified as a variable list of arguments with field name and type separated by a colon (for example "title:string" "size:int" "type:MyType"). SEE ALSO: typo3.kickstart:kickstart:repository (Kickstart a new domain repository)