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

23 lines
368 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
Help:
The list command lists all commands:
2010-01-04 14:42:28 +00:00
./symfony list
You can also display the commands for a specific namespace:
2010-01-04 14:42:28 +00:00
./symfony list test
You can also output the information as XML by using the --xml option:
./symfony list --xml