We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
added help info to the 'test' and 'console' commands. Related #187
33d5823
No branches or pull requests
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.
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.
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.
The text was updated successfully, but these errors were encountered: