plugin to show the list of all the commands
plugin to show the list of all the commands



* @oclif/plugin-commands
* Usage
* Commands
* Contributing
``sh-session`
$ npm install -g @oclif/plugin-commands
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-commands/4.1.40 linux-x64 node-v24.13.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
List all oclif-example commands.
`
USAGE
$ oclif-example commands [--json] [-c id|plugin|summary|type... | --tree] [--deprecated] [-x | ] [--hidden]
[--no-truncate | ] [--sort id|plugin|summary|type | ]
FLAGS
-c, --columns=
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List all oclif-example commands.
``
_See code: src/commands/commands.ts_