Sha256: 8098d559ad91749abdfb18d953ac04d74c66f229eba0800807d49b152598481e
Contents?: true
Size: 696 Bytes
Versions: 80
Compression:
Stored size: 696 Bytes
Contents
Description: Lists commands Usage: list [options] [--] [<namespace>] Arguments: namespace The namespace name Options: --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
Version data entries
80 entries across 40 versions & 1 rubygems