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/Symfony/Tests/Component/Console/Fixtures/application_run3.txt

23 lines
385 B
Plaintext
Raw Normal View History

2010-01-04 14:42:28 +00:00
Usage:
list [--xml] [namespace]
2010-01-04 14:42:28 +00:00
Arguments:
namespace The namespace name
Options:
--xml To output help as XML
2010-01-04 14:42:28 +00:00
Help:
The list command lists all commands:
2010-01-04 14:42:28 +00:00
2011-07-04 20:33:54 +01:00
./app/console list
2010-01-04 14:42:28 +00:00
You can also display the commands for a specific namespace:
2010-01-04 14:42:28 +00:00
2011-07-04 20:33:54 +01:00
./app/console list test
2010-01-04 14:42:28 +00:00
You can also output the information as XML by using the --xml option:
2011-07-04 20:33:54 +01:00
./app/console list --xml
2010-01-04 14:42:28 +00:00