application_run2.txt 1.0 KB

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