fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

Command list #187

Open junichi11 opened 11 years ago

junichi11 commented 11 years ago

Hi,

I'm developing NetBeans plugin for FuelPHP.

I provided support for oil command in NetBeans plugin. fuelphp-netbeans-plugin-oil-command

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.