Browse Source

Add short option for theme in BakeShell

Christian Winther 13 years ago
parent
commit
2eb9841c54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Console/Command/BakeShell.php

+ 1 - 0
lib/Cake/Console/Command/BakeShell.php

@@ -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.')
 		));
 	}