Download the PHP package minicli/command-help without Composer
On this page you can find all versions of the php package minicli/command-help. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minicli/command-help
More information about minicli/command-help
Files in minicli/command-help
Download minicli/command-help
More information about minicli/command-help
Files in minicli/command-help
Vendor minicli
Package command-help
Short Description A help command for Minicli
License MIT
Homepage https://github.com/minicli/command-help
Package command-help
Short Description A help command for Minicli
License MIT
Homepage https://github.com/minicli/command-help
Please rate this library. Is it a good library?
Informations about the package command-help
Minicli Help Command
Default help command. This will auto-generate a command/sub-command tree based on all commands registered within the CommandRegistry, and print it to users that call './minicli help'.
Usage
First, import this command with Composer:
Then, edit your app's config to include @minicli/command-help
within your app_path
definitions. For instance:
You should now be able to run the ./minicli help
command and obtain output that will vary depending on your own implemented commands. Here is an example:
All versions of command-help with dependencies
PHP Build Version
Package Version
Requires
minicli/minicli Version
^4.0
The package minicli/command-help contains the following files
Loading the files please wait ....