application_run3.txt 391 B

12345678910111213141516171819202122
  1. Usage:
  2. list [--xml] [namespace]
  3. Arguments:
  4. namespace The namespace name
  5. Options:
  6. --xml To output help as XML
  7. Help:
  8. The list command lists all commands:
  9. php app/console list
  10. You can also display the commands for a specific namespace:
  11. php app/console list test
  12. You can also output the information as XML by using the --xml option:
  13. php app/console list --xml