This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/fixtures/Symfony/Components/Console/application_run3.txt
2010-03-07 14:58:55 +01:00

23 lines
368 B
Plaintext

Usage:
list [--xml] [namespace]
Arguments:
namespace The namespace name
Options:
--xml To output help as XML
Help:
The list command lists all commands:
./symfony list
You can also display the commands for a specific namespace:
./symfony list test
You can also output the information as XML by using the --xml option:
./symfony list --xml