application_run2.txt 752 B

12345678910111213141516171819202122232425
  1. Usage:
  2. UNKNOWN help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-c|--color] [-n|--no-interaction] command [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. --color (-c) Force ANSI color 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 test:all
  17. You can also output the help as XML by using the --xml option:
  18. ./symfony help --xml test:all