application_run2.txt 631 B

12345678910111213141516171819202122232425
  1. Usage:
  2. help [--xml] [command_name]
  3. Arguments:
  4. command The command to execute
  5. command_name The command name (default: help)
  6. Options:
  7. --xml To output help as XML
  8. --help (-h) Display this help message.
  9. --quiet (-q) Do not output any message.
  10. --verbose (-v) Increase verbosity of messages.
  11. --version (-V) Display this program version.
  12. --ansi (-a) Force ANSI output.
  13. --no-interaction (-n) Do not ask any interactive question.
  14. Help:
  15. The help command displays help for a given command:
  16. ./symfony help list
  17. You can also output the help as XML by using the --xml option:
  18. ./symfony help --xml list