application_run2.txt 1023 B

12345678910111213141516171819202122232425262728
  1. Usage:
  2. help [options] [--] [<command_name>]
  3. Arguments:
  4. command The command to execute
  5. command_name The command name [default: "help"]
  6. Options:
  7. --format=FORMAT The output format (txt, xml, json, or md) [default: "txt"]
  8. --raw To output raw command help
  9. -h, --help Display this help message
  10. -q, --quiet Do not output any message
  11. -V, --version Display this application version
  12. --ansi Force ANSI output
  13. --no-ansi Disable ANSI output
  14. -n, --no-interaction Do not ask any interactive question
  15. -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  16. Help:
  17. The help command displays help for a given command:
  18. php app/console help list
  19. You can also output the help in other formats by using the --format option:
  20. php app/console help --format=xml list
  21. To display the list of available commands, please use the list command.