mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add short option for theme in BakeShell
This commit is contained in:
parent
5aac41ed43
commit
2eb9841c54
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ class BakeShell extends AppShell {
|
|||
'short' => 'c',
|
||||
'default' => 'default'
|
||||
))->addOption('theme', array(
|
||||
'short' => 't',
|
||||
'help' => __d('cake_console', 'Theme to use when baking code.')
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue