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
Running
php cli/console.php help hello doesn't have any information .
As the help itself is a test command, may be the way the help for hello command will be like
php cli/console.php hello --help
Normally this is the way I expected a command to show. Not sure how this will become.
The text was updated successfully, but these errors were encountered:
I don't think we want a --help option on the hello command, but I can get behind adding help for it as an example for Aura\Cli\Help.
--help
hello
Aura\Cli\Help
Sorry, something went wrong.
Fixed as part of Cli_Project: auraphp/Aura.Cli_Project@a3d34a3
No branches or pull requests
Running
As the help itself is a test command, may be the way the help for hello command will be like
Normally this is the way I expected a command to show. Not sure how this will become.
The text was updated successfully, but these errors were encountered: