oil
oil copied to clipboard
Command list
Hi,
I'm developing NetBeans plugin for FuelPHP.
I provided support for oil command in NetBeans plugin.
Currently, I'm getting commands from help. e.g.
Usage:
php oil [from here]
So, It is difficult for me to get all commands and sub commands correctly.
Could you add the command for getting command list (if possible)? e.g.
php oil command_list --xml
And test and console commands don't have a help. If they have a help, I can display the help when user selects them.
Thanks.