PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/application_run3.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 695 bytes
 

Contents

Class file image Download
Usage: list [options] [--] [<namespace>] Arguments: namespace The namespace name Options: --xml To output list as XML --raw To output raw command list --format=FORMAT The output format (txt, xml, json, or md) [default: "txt"] Help: The list command lists all commands: php app/console list You can also display the commands for a specific namespace: php app/console list test You can also output the information in other formats by using the --format option: php app/console list --format=xml It's also possible to get raw list of commands (useful for embedding command runner): php app/console list --raw