The %command.name% command generates a new controller class.
php %command.full_name% CoolStuffController
If the argument is missing, the command will ask for the controller class name interactively.
You can also generate the controller alone, without template with this option:
php %command.full_name% --no-template