application_run2.txt 754 B

1234567891011121314151617181920212223242526
  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 Force ANSI output.
  13. --no-ansi Disable ANSI output.
  14. --no-interaction (-n) Do not ask any interactive question.
  15. Help:
  16. The help command displays help for a given command:
  17. php app/console help list
  18. You can also output the help as XML by using the --xml option:
  19. php app/console help --xml list