application_run2.txt 642 B

1234567891011121314151617181920212223242526
  1. Usage:
  2. help [--xml] [command_name]
  3. Aliases: ?
  4. Arguments:
  5. command The command to execute
  6. command_name The command name (default: help)
  7. Options:
  8. --xml To output help as XML
  9. --help (-h) Display this help message.
  10. --quiet (-q) Do not output any message.
  11. --verbose (-v) Increase verbosity of messages.
  12. --version (-V) Display this program version.
  13. --ansi (-a) Force 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. ./symfony help list
  18. You can also output the help as XML by using the --xml option:
  19. ./symfony help --xml list